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