#[repr(u32)]pub enum TreeDropModeFlags {
DropModeDisabled = 0,
DropModeOnItem = 1,
DropModeInbetween = 2,
}Variants§
Trait Implementations§
Source§impl Clone for TreeDropModeFlags
impl Clone for TreeDropModeFlags
Source§fn clone(&self) -> TreeDropModeFlags
fn clone(&self) -> TreeDropModeFlags
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 TreeDropModeFlags
Source§impl Debug for TreeDropModeFlags
impl Debug for TreeDropModeFlags
impl Eq for TreeDropModeFlags
Source§impl Hash for TreeDropModeFlags
impl Hash for TreeDropModeFlags
Source§impl PartialEq for TreeDropModeFlags
impl PartialEq for TreeDropModeFlags
Source§fn eq(&self, other: &TreeDropModeFlags) -> bool
fn eq(&self, other: &TreeDropModeFlags) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TreeDropModeFlags
Auto Trait Implementations§
impl Freeze for TreeDropModeFlags
impl RefUnwindSafe for TreeDropModeFlags
impl Send for TreeDropModeFlags
impl Sync for TreeDropModeFlags
impl Unpin for TreeDropModeFlags
impl UnsafeUnpin for TreeDropModeFlags
impl UnwindSafe for TreeDropModeFlags
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