pub enum Concealed {
NotConcealed,
EntityConcealed,
}
Expand description
Enum to represent an entity’s concealment status.
Variants
NotConcealed
EntityConcealed
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Concealed
impl Send for Concealed
impl Sync for Concealed
impl Unpin for Concealed
impl UnwindSafe for Concealed
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