pub struct ContentEntryLimit(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ContentEntryLimit
impl Clone for ContentEntryLimit
impl Copy for ContentEntryLimit
Source§impl Debug for ContentEntryLimit
impl Debug for ContentEntryLimit
impl Eq for ContentEntryLimit
Source§impl Ord for ContentEntryLimit
impl Ord for ContentEntryLimit
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 ContentEntryLimit
impl PartialEq for ContentEntryLimit
Source§impl PartialOrd for ContentEntryLimit
impl PartialOrd for ContentEntryLimit
Source§impl Serialize for ContentEntryLimit
impl Serialize for ContentEntryLimit
impl StructuralPartialEq for ContentEntryLimit
Auto Trait Implementations§
impl Freeze for ContentEntryLimit
impl RefUnwindSafe for ContentEntryLimit
impl Send for ContentEntryLimit
impl Sync for ContentEntryLimit
impl Unpin for ContentEntryLimit
impl UnsafeUnpin for ContentEntryLimit
impl UnwindSafe for ContentEntryLimit
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