Enum SnapshotOptions
pub enum SnapshotOptions {
Include,
Exclude,
}
Expand description
Options for including or excluding face snapshots in the enrollment data.
Variants§
Trait Implementations§
§impl Clone for SnapshotOptions
impl Clone for SnapshotOptions
§fn clone(&self) -> SnapshotOptions
fn clone(&self) -> SnapshotOptions
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 more§impl Debug for SnapshotOptions
impl Debug for SnapshotOptions
§impl<'de> Deserialize<'de> for SnapshotOptions
impl<'de> Deserialize<'de> for SnapshotOptions
§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Hash for SnapshotOptions
impl Hash for SnapshotOptions
§impl Ord for SnapshotOptions
impl Ord for SnapshotOptions
§impl PartialEq for SnapshotOptions
impl PartialEq for SnapshotOptions
§impl PartialOrd for SnapshotOptions
impl PartialOrd for SnapshotOptions
§impl Serialize for SnapshotOptions
impl Serialize for SnapshotOptions
impl Copy for SnapshotOptions
impl Eq for SnapshotOptions
impl StructuralPartialEq for SnapshotOptions
Auto Trait Implementations§
impl Freeze for SnapshotOptions
impl RefUnwindSafe for SnapshotOptions
impl Send for SnapshotOptions
impl Sync for SnapshotOptions
impl Unpin for SnapshotOptions
impl UnwindSafe for SnapshotOptions
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