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