pub enum Parachute {
None,
Deployed,
Collapsed,
MalfunctionStreamer,
Unspecified(u8),
}Expand description
UID 401
Variants§
Trait Implementations§
impl Copy for Parachute
impl Eq for Parachute
impl StructuralPartialEq for Parachute
Auto Trait Implementations§
impl Freeze for Parachute
impl RefUnwindSafe for Parachute
impl Send for Parachute
impl Sync for Parachute
impl Unpin for Parachute
impl UnwindSafe for Parachute
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