Struct image::LimitSupport
source · #[non_exhaustive]pub struct LimitSupport {}
Expand description
Set of supported strict limits for a decoder.
Trait Implementations§
source§impl Clone for LimitSupport
impl Clone for LimitSupport
source§fn clone(&self) -> LimitSupport
fn clone(&self) -> LimitSupport
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LimitSupport
impl Debug for LimitSupport
source§impl Default for LimitSupport
impl Default for LimitSupport
source§fn default() -> LimitSupport
fn default() -> LimitSupport
Returns the “default value” for a type. Read more
source§impl Hash for LimitSupport
impl Hash for LimitSupport
source§impl PartialEq for LimitSupport
impl PartialEq for LimitSupport
source§fn eq(&self, other: &LimitSupport) -> bool
fn eq(&self, other: &LimitSupport) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for LimitSupport
impl StructuralPartialEq for LimitSupport
Auto Trait Implementations§
impl Freeze for LimitSupport
impl RefUnwindSafe for LimitSupport
impl Send for LimitSupport
impl Sync for LimitSupport
impl Unpin for LimitSupport
impl UnwindSafe for LimitSupport
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more