pub enum AvlDirection {
Left = 0,
Right = 1,
}Variants§
Trait Implementations§
Source§impl Clone for AvlDirection
impl Clone for AvlDirection
impl Copy for AvlDirection
Source§impl Debug for AvlDirection
impl Debug for AvlDirection
Source§impl PartialEq for AvlDirection
impl PartialEq for AvlDirection
impl StructuralPartialEq for AvlDirection
Auto Trait Implementations§
impl Freeze for AvlDirection
impl RefUnwindSafe for AvlDirection
impl Send for AvlDirection
impl Sync for AvlDirection
impl Unpin for AvlDirection
impl UnsafeUnpin for AvlDirection
impl UnwindSafe for AvlDirection
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