Enum dis_rs::enumerations::AppearanceHatch
source · pub enum AppearanceHatch {
NotApplicable,
Closed,
Popped,
PoppedandPersonIsVisible,
Open,
OpenandPersonIsVisible,
Unspecified(u8),
}Variants§
Trait Implementations§
source§impl Clone for AppearanceHatch
impl Clone for AppearanceHatch
source§fn clone(&self) -> AppearanceHatch
fn clone(&self) -> AppearanceHatch
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 Debug for AppearanceHatch
impl Debug for AppearanceHatch
source§impl Default for AppearanceHatch
impl Default for AppearanceHatch
source§impl Display for AppearanceHatch
impl Display for AppearanceHatch
source§impl From<AppearanceHatch> for u8
impl From<AppearanceHatch> for u8
source§fn from(value: AppearanceHatch) -> Self
fn from(value: AppearanceHatch) -> Self
Converts to this type from the input type.
source§impl From<u8> for AppearanceHatch
impl From<u8> for AppearanceHatch
source§impl Hash for AppearanceHatch
impl Hash for AppearanceHatch
source§impl PartialEq for AppearanceHatch
impl PartialEq for AppearanceHatch
source§fn eq(&self, other: &AppearanceHatch) -> bool
fn eq(&self, other: &AppearanceHatch) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AppearanceHatch
impl Eq for AppearanceHatch
impl StructuralEq for AppearanceHatch
impl StructuralPartialEq for AppearanceHatch
Auto Trait Implementations§
impl RefUnwindSafe for AppearanceHatch
impl Send for AppearanceHatch
impl Sync for AppearanceHatch
impl Unpin for AppearanceHatch
impl UnwindSafe for AppearanceHatch
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