pub enum PuffState {
Deflated,
HalfwayPuffedUp,
FullyPuffedUp,
}
Variants§
Trait Implementations§
impl Copy for PuffState
Auto Trait Implementations§
impl Freeze for PuffState
impl RefUnwindSafe for PuffState
impl Send for PuffState
impl Sync for PuffState
impl Unpin for PuffState
impl UnwindSafe for PuffState
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