Enum g_rust::extension::parsers::subparsers::WiredUserMoveType
source · 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 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 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<WiredUserMoveType> for WiredUserMoveType
impl PartialEq<WiredUserMoveType> for WiredUserMoveType
source§fn eq(&self, other: &WiredUserMoveType) -> bool
fn eq(&self, other: &WiredUserMoveType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for WiredUserMoveType
Auto Trait Implementations§
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