pub enum NodeFloating {
AutoOff,
AutoOn,
UserOff,
UserOn,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for NodeFloating
impl Clone for NodeFloating
Source§fn clone(&self) -> NodeFloating
fn clone(&self) -> NodeFloating
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 NodeFloating
impl Debug for NodeFloating
Source§impl PartialEq for NodeFloating
impl PartialEq for NodeFloating
impl Eq for NodeFloating
impl StructuralPartialEq for NodeFloating
Auto Trait Implementations§
impl Freeze for NodeFloating
impl RefUnwindSafe for NodeFloating
impl Send for NodeFloating
impl Sync for NodeFloating
impl Unpin for NodeFloating
impl UnwindSafe for NodeFloating
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