#[repr(u32)]pub enum WardState {
None = 0,
Absorb = 1,
Break = 2,
Total = 3,
}
Variants§
Trait Implementations§
impl Copy for WardState
impl Eq for WardState
impl StructuralPartialEq for WardState
Auto Trait Implementations§
impl Freeze for WardState
impl RefUnwindSafe for WardState
impl Send for WardState
impl Sync for WardState
impl Unpin for WardState
impl UnwindSafe for WardState
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