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