#[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 duplicate 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
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more