pub struct ChthollyNode { /* private fields */ }Expand description
Representation of Chtholly Node, used to build Chtholly Tree.
Implementations§
Trait Implementations§
Source§impl Clone for ChthollyNode
impl Clone for ChthollyNode
Source§fn clone(&self) -> ChthollyNode
fn clone(&self) -> ChthollyNode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ChthollyNode
impl Debug for ChthollyNode
Source§impl Hash for ChthollyNode
impl Hash for ChthollyNode
Source§impl PartialEq for ChthollyNode
impl PartialEq for ChthollyNode
impl Eq for ChthollyNode
impl StructuralPartialEq for ChthollyNode
Auto Trait Implementations§
impl Freeze for ChthollyNode
impl RefUnwindSafe for ChthollyNode
impl Send for ChthollyNode
impl Sync for ChthollyNode
impl Unpin for ChthollyNode
impl UnwindSafe for ChthollyNode
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