Enum FaceSnapshotSettings
pub enum FaceSnapshotSettings {
Disabled,
Enabled(Size),
}
Expand description
Settings for the face snapshot feature.
Variants§
Trait Implementations§
§impl Clone for FaceSnapshotSettings
impl Clone for FaceSnapshotSettings
§fn clone(&self) -> FaceSnapshotSettings
fn clone(&self) -> FaceSnapshotSettings
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 FaceSnapshotSettings
impl Debug for FaceSnapshotSettings
§impl<'de> Deserialize<'de> for FaceSnapshotSettings
impl<'de> Deserialize<'de> for FaceSnapshotSettings
§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 FaceSnapshotSettings
impl Hash for FaceSnapshotSettings
§impl Ord for FaceSnapshotSettings
impl Ord for FaceSnapshotSettings
§fn cmp(&self, other: &FaceSnapshotSettings) -> Ordering
fn cmp(&self, other: &FaceSnapshotSettings) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for FaceSnapshotSettings
impl PartialEq for FaceSnapshotSettings
§impl PartialOrd for FaceSnapshotSettings
impl PartialOrd for FaceSnapshotSettings
§impl Serialize for FaceSnapshotSettings
impl Serialize for FaceSnapshotSettings
impl Copy for FaceSnapshotSettings
impl Eq for FaceSnapshotSettings
impl StructuralPartialEq for FaceSnapshotSettings
Auto Trait Implementations§
impl Freeze for FaceSnapshotSettings
impl RefUnwindSafe for FaceSnapshotSettings
impl Send for FaceSnapshotSettings
impl Sync for FaceSnapshotSettings
impl Unpin for FaceSnapshotSettings
impl UnwindSafe for FaceSnapshotSettings
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