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