pub enum HumanLayerPresentation {
Normal,
Transparent,
}Variants§
Trait Implementations§
Source§impl Clone for HumanLayerPresentation
impl Clone for HumanLayerPresentation
Source§fn clone(&self) -> HumanLayerPresentation
fn clone(&self) -> HumanLayerPresentation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HumanLayerPresentation
Source§impl Debug for HumanLayerPresentation
impl Debug for HumanLayerPresentation
Source§impl Default for HumanLayerPresentation
impl Default for HumanLayerPresentation
Source§fn default() -> HumanLayerPresentation
fn default() -> HumanLayerPresentation
Returns the “default value” for a type. Read more
impl Eq for HumanLayerPresentation
Source§impl PartialEq for HumanLayerPresentation
impl PartialEq for HumanLayerPresentation
Source§fn eq(&self, other: &HumanLayerPresentation) -> bool
fn eq(&self, other: &HumanLayerPresentation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HumanLayerPresentation
Auto Trait Implementations§
impl Freeze for HumanLayerPresentation
impl RefUnwindSafe for HumanLayerPresentation
impl Send for HumanLayerPresentation
impl Sync for HumanLayerPresentation
impl Unpin for HumanLayerPresentation
impl UnsafeUnpin for HumanLayerPresentation
impl UnwindSafe for HumanLayerPresentation
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