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