pub struct VolatileStatus {
pub target: MoveTarget,
pub volatile_status: PokemonVolatileStatus,
}Fields§
§target: MoveTarget§volatile_status: PokemonVolatileStatusTrait Implementations§
Source§impl Clone for VolatileStatus
impl Clone for VolatileStatus
Source§fn clone(&self) -> VolatileStatus
fn clone(&self) -> VolatileStatus
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 moreAuto Trait Implementations§
impl Freeze for VolatileStatus
impl RefUnwindSafe for VolatileStatus
impl Send for VolatileStatus
impl Sync for VolatileStatus
impl Unpin for VolatileStatus
impl UnwindSafe for VolatileStatus
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