pub enum GrabbingType {
None = 0,
Normal = 1,
Telekinesis = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for GrabbingType
impl Clone for GrabbingType
Source§fn clone(&self) -> GrabbingType
fn clone(&self) -> GrabbingType
Returns a copy 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 GrabbingType
impl Debug for GrabbingType
Source§impl Default for GrabbingType
impl Default for GrabbingType
Source§fn default() -> GrabbingType
fn default() -> GrabbingType
Returns the “default value” for a type. Read more
Source§impl Hash for GrabbingType
impl Hash for GrabbingType
Source§impl Ord for GrabbingType
impl Ord for GrabbingType
Source§fn cmp(&self, other: &GrabbingType) -> Ordering
fn cmp(&self, other: &GrabbingType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GrabbingType
impl PartialEq for GrabbingType
Source§impl PartialOrd for GrabbingType
impl PartialOrd for GrabbingType
impl Copy for GrabbingType
impl Eq for GrabbingType
impl StructuralPartialEq for GrabbingType
Auto Trait Implementations§
impl Freeze for GrabbingType
impl RefUnwindSafe for GrabbingType
impl Send for GrabbingType
impl Sync for GrabbingType
impl Unpin for GrabbingType
impl UnwindSafe for GrabbingType
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