pub enum NodeBranch {
Left,
Right,
}Variants§
Trait Implementations§
Source§impl Clone for NodeBranch
impl Clone for NodeBranch
Source§fn clone(&self) -> NodeBranch
fn clone(&self) -> NodeBranch
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 NodeBranch
impl Debug for NodeBranch
impl Copy for NodeBranch
Auto Trait Implementations§
impl Freeze for NodeBranch
impl RefUnwindSafe for NodeBranch
impl Send for NodeBranch
impl Sync for NodeBranch
impl Unpin for NodeBranch
impl UnwindSafe for NodeBranch
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