pub struct ContentFileByteLimit(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ContentFileByteLimit
impl Clone for ContentFileByteLimit
impl Copy for ContentFileByteLimit
Source§impl Debug for ContentFileByteLimit
impl Debug for ContentFileByteLimit
impl Eq for ContentFileByteLimit
Source§impl Ord for ContentFileByteLimit
impl Ord for ContentFileByteLimit
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ContentFileByteLimit
impl PartialEq for ContentFileByteLimit
Source§impl PartialOrd for ContentFileByteLimit
impl PartialOrd for ContentFileByteLimit
Source§impl Serialize for ContentFileByteLimit
impl Serialize for ContentFileByteLimit
impl StructuralPartialEq for ContentFileByteLimit
Auto Trait Implementations§
impl Freeze for ContentFileByteLimit
impl RefUnwindSafe for ContentFileByteLimit
impl Send for ContentFileByteLimit
impl Sync for ContentFileByteLimit
impl Unpin for ContentFileByteLimit
impl UnsafeUnpin for ContentFileByteLimit
impl UnwindSafe for ContentFileByteLimit
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