pub enum Tent {
NotExtended = 0,
Extended = 1,
}
Expand description
Enum to represent an entity’s tent status.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tent
impl RefUnwindSafe for Tent
impl Send for Tent
impl Sync for Tent
impl Unpin for Tent
impl UnwindSafe for Tent
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