pub enum AppearanceEntityorObjectState {
Active,
Deactivated,
Unspecified(u8),
}Variants§
Trait Implementations§
source§impl Clone for AppearanceEntityorObjectState
impl Clone for AppearanceEntityorObjectState
source§fn clone(&self) -> AppearanceEntityorObjectState
fn clone(&self) -> AppearanceEntityorObjectState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl From<AppearanceEntityorObjectState> for u8
impl From<AppearanceEntityorObjectState> for u8
source§fn from(value: AppearanceEntityorObjectState) -> Self
fn from(value: AppearanceEntityorObjectState) -> Self
Converts to this type from the input type.
source§impl From<u8> for AppearanceEntityorObjectState
impl From<u8> for AppearanceEntityorObjectState
source§impl Hash for AppearanceEntityorObjectState
impl Hash for AppearanceEntityorObjectState
source§impl PartialEq for AppearanceEntityorObjectState
impl PartialEq for AppearanceEntityorObjectState
source§fn eq(&self, other: &AppearanceEntityorObjectState) -> bool
fn eq(&self, other: &AppearanceEntityorObjectState) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AppearanceEntityorObjectState
impl Eq for AppearanceEntityorObjectState
impl StructuralEq for AppearanceEntityorObjectState
impl StructuralPartialEq for AppearanceEntityorObjectState
Auto Trait Implementations§
impl RefUnwindSafe for AppearanceEntityorObjectState
impl Send for AppearanceEntityorObjectState
impl Sync for AppearanceEntityorObjectState
impl Unpin for AppearanceEntityorObjectState
impl UnwindSafe for AppearanceEntityorObjectState
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