pub enum WiredUserMoveType {
Move,
Slide,
}
Variants§
Trait Implementations§
Source§impl Clone for WiredUserMoveType
impl Clone for WiredUserMoveType
Source§fn clone(&self) -> WiredUserMoveType
fn clone(&self) -> WiredUserMoveType
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 WiredUserMoveType
impl Debug for WiredUserMoveType
Source§impl Default for WiredUserMoveType
impl Default for WiredUserMoveType
Source§impl PacketVariable for WiredUserMoveType
impl PacketVariable for WiredUserMoveType
Source§impl PartialEq for WiredUserMoveType
impl PartialEq for WiredUserMoveType
impl StructuralPartialEq for WiredUserMoveType
Auto Trait Implementations§
impl Freeze for WiredUserMoveType
impl RefUnwindSafe for WiredUserMoveType
impl Send for WiredUserMoveType
impl Sync for WiredUserMoveType
impl Unpin for WiredUserMoveType
impl UnwindSafe for WiredUserMoveType
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