pub enum StunState {
Unstunned,
Stunned,
Recovering,
}
Variants§
Trait Implementations§
impl Copy for StunState
impl StructuralPartialEq for StunState
Auto Trait Implementations§
impl Freeze for StunState
impl RefUnwindSafe for StunState
impl Send for StunState
impl Sync for StunState
impl Unpin for StunState
impl UnwindSafe for StunState
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