pub enum WindMethod {
Wind,
Blast,
Stagger,
}Expand description
wind method: “wind” | “blast” | “stagger”
Variants§
Trait Implementations§
Source§impl Clone for WindMethod
impl Clone for WindMethod
Source§fn clone(&self) -> WindMethod
fn clone(&self) -> WindMethod
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 WindMethod
Source§impl Debug for WindMethod
impl Debug for WindMethod
impl Eq for WindMethod
Source§impl PartialEq for WindMethod
impl PartialEq for WindMethod
Source§fn eq(&self, other: &WindMethod) -> bool
fn eq(&self, other: &WindMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WindMethod
Auto Trait Implementations§
impl Freeze for WindMethod
impl RefUnwindSafe for WindMethod
impl Send for WindMethod
impl Sync for WindMethod
impl Unpin for WindMethod
impl UnsafeUnpin for WindMethod
impl UnwindSafe for WindMethod
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