pub struct ChildPosition(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ChildPosition
impl Clone for ChildPosition
Source§fn clone(&self) -> ChildPosition
fn clone(&self) -> ChildPosition
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 ChildPosition
Source§impl Debug for ChildPosition
impl Debug for ChildPosition
Source§impl<'de> Deserialize<'de> for ChildPosition
impl<'de> Deserialize<'de> for ChildPosition
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 ChildPosition
Source§impl Hash for ChildPosition
impl Hash for ChildPosition
Source§impl Ord for ChildPosition
impl Ord for ChildPosition
Source§fn cmp(&self, other: &ChildPosition) -> Ordering
fn cmp(&self, other: &ChildPosition) -> 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 ChildPosition
impl PartialEq for ChildPosition
Source§impl PartialOrd for ChildPosition
impl PartialOrd for ChildPosition
Source§impl Serialize for ChildPosition
impl Serialize for ChildPosition
impl StructuralPartialEq for ChildPosition
Auto Trait Implementations§
impl Freeze for ChildPosition
impl RefUnwindSafe for ChildPosition
impl Send for ChildPosition
impl Sync for ChildPosition
impl Unpin for ChildPosition
impl UnsafeUnpin for ChildPosition
impl UnwindSafe for ChildPosition
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