pub enum RecognizedPointGroupKey {
All,
}Expand description
Mirrors VNRecognizedPointGroupKeyAll.
Variants§
All
Implementations§
Trait Implementations§
Source§impl AsRef<str> for RecognizedPointGroupKey
impl AsRef<str> for RecognizedPointGroupKey
Source§impl Clone for RecognizedPointGroupKey
impl Clone for RecognizedPointGroupKey
Source§fn clone(&self) -> RecognizedPointGroupKey
fn clone(&self) -> RecognizedPointGroupKey
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 moreSource§impl Debug for RecognizedPointGroupKey
impl Debug for RecognizedPointGroupKey
Source§impl Display for RecognizedPointGroupKey
impl Display for RecognizedPointGroupKey
Source§impl Hash for RecognizedPointGroupKey
impl Hash for RecognizedPointGroupKey
Source§impl PartialEq for RecognizedPointGroupKey
impl PartialEq for RecognizedPointGroupKey
Source§fn eq(&self, other: &RecognizedPointGroupKey) -> bool
fn eq(&self, other: &RecognizedPointGroupKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RecognizedPointGroupKey
impl Eq for RecognizedPointGroupKey
impl StructuralPartialEq for RecognizedPointGroupKey
Auto Trait Implementations§
impl Freeze for RecognizedPointGroupKey
impl RefUnwindSafe for RecognizedPointGroupKey
impl Send for RecognizedPointGroupKey
impl Sync for RecognizedPointGroupKey
impl Unpin for RecognizedPointGroupKey
impl UnsafeUnpin for RecognizedPointGroupKey
impl UnwindSafe for RecognizedPointGroupKey
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