pub struct RemoveVolatileStatusInstruction {
pub side_ref: SideReference,
pub volatile_status: PokemonVolatileStatus,
}Fields§
§side_ref: SideReference§volatile_status: PokemonVolatileStatusTrait Implementations§
Source§impl Clone for RemoveVolatileStatusInstruction
impl Clone for RemoveVolatileStatusInstruction
Source§fn clone(&self) -> RemoveVolatileStatusInstruction
fn clone(&self) -> RemoveVolatileStatusInstruction
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 PartialEq for RemoveVolatileStatusInstruction
impl PartialEq for RemoveVolatileStatusInstruction
Source§fn eq(&self, other: &RemoveVolatileStatusInstruction) -> bool
fn eq(&self, other: &RemoveVolatileStatusInstruction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RemoveVolatileStatusInstruction
Auto Trait Implementations§
impl Freeze for RemoveVolatileStatusInstruction
impl RefUnwindSafe for RemoveVolatileStatusInstruction
impl Send for RemoveVolatileStatusInstruction
impl Sync for RemoveVolatileStatusInstruction
impl Unpin for RemoveVolatileStatusInstruction
impl UnwindSafe for RemoveVolatileStatusInstruction
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