pub struct ChildDepth(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ChildDepth
impl Clone for ChildDepth
Source§fn clone(&self) -> ChildDepth
fn clone(&self) -> ChildDepth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChildDepth
Source§impl Debug for ChildDepth
impl Debug for ChildDepth
Source§impl<'de> Deserialize<'de> for ChildDepth
impl<'de> Deserialize<'de> for ChildDepth
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ChildDepth
Source§impl From<ChildDepth> for u16
impl From<ChildDepth> for u16
Source§fn from(value: ChildDepth) -> Self
fn from(value: ChildDepth) -> Self
Converts to this type from the input type.
Source§impl Ord for ChildDepth
impl Ord for ChildDepth
Source§fn cmp(&self, other: &ChildDepth) -> Ordering
fn cmp(&self, other: &ChildDepth) -> Ordering
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 ChildDepth
impl PartialEq for ChildDepth
Source§impl PartialOrd for ChildDepth
impl PartialOrd for ChildDepth
Source§impl Serialize for ChildDepth
impl Serialize for ChildDepth
impl StructuralPartialEq for ChildDepth
Auto Trait Implementations§
impl Freeze for ChildDepth
impl RefUnwindSafe for ChildDepth
impl Send for ChildDepth
impl Sync for ChildDepth
impl Unpin for ChildDepth
impl UnsafeUnpin for ChildDepth
impl UnwindSafe for ChildDepth
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