pub enum LandmarkType {
MOUTH,
EYE,
NOSE,
}Variants§
Trait Implementations§
Source§impl Clone for LandmarkType
impl Clone for LandmarkType
Source§fn clone(&self) -> LandmarkType
fn clone(&self) -> LandmarkType
Returns a duplicate 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 LandmarkType
impl Debug for LandmarkType
Source§impl From<&LandmarkType> for Any
impl From<&LandmarkType> for Any
Source§fn from(s: &LandmarkType) -> Any
fn from(s: &LandmarkType) -> Any
Converts to this type from the input type.
Source§impl From<LandmarkType> for Any
impl From<LandmarkType> for Any
Source§fn from(s: LandmarkType) -> Any
fn from(s: LandmarkType) -> Any
Converts to this type from the input type.
Source§impl FromVal for LandmarkType
impl FromVal for LandmarkType
Source§impl PartialEq for LandmarkType
impl PartialEq for LandmarkType
Source§impl PartialOrd for LandmarkType
impl PartialOrd for LandmarkType
impl Copy for LandmarkType
impl StructuralPartialEq for LandmarkType
Auto Trait Implementations§
impl Freeze for LandmarkType
impl RefUnwindSafe for LandmarkType
impl Send for LandmarkType
impl Sync for LandmarkType
impl Unpin for LandmarkType
impl UnwindSafe for LandmarkType
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