pub struct Myself {
pub volatile_status: Option<VolatileStatus>,
pub boosts: StatBoosts,
}Fields§
§volatile_status: Option<VolatileStatus>§boosts: StatBoostsTrait Implementations§
Auto Trait Implementations§
impl Freeze for Myself
impl RefUnwindSafe for Myself
impl Send for Myself
impl Sync for Myself
impl Unpin for Myself
impl UnwindSafe for Myself
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