pub enum Tent {
NotExtended,
Extended,
}
Expand description
Enum to represent an entity’s tent status.
Variants
NotExtended
Extended
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tent
impl Send for Tent
impl Sync for Tent
impl Unpin for Tent
impl UnwindSafe for Tent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more