Struct FaceSnapshot
pub struct FaceSnapshot(pub Vec<u8>);
Expand description
A snapshot of a face.
Tuple Fields§
§0: Vec<u8>
Trait Implementations§
§impl Clone for FaceSnapshot
impl Clone for FaceSnapshot
§fn clone(&self) -> FaceSnapshot
fn clone(&self) -> FaceSnapshot
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 FaceSnapshot
impl Debug for FaceSnapshot
§impl<'de> Deserialize<'de> for FaceSnapshot
impl<'de> Deserialize<'de> for FaceSnapshot
§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 FaceSnapshot
impl Hash for FaceSnapshot
§impl PartialEq for FaceSnapshot
impl PartialEq for FaceSnapshot
§impl Serialize for FaceSnapshot
impl Serialize for FaceSnapshot
impl Eq for FaceSnapshot
impl StructuralPartialEq for FaceSnapshot
Auto Trait Implementations§
impl Freeze for FaceSnapshot
impl RefUnwindSafe for FaceSnapshot
impl Send for FaceSnapshot
impl Sync for FaceSnapshot
impl Unpin for FaceSnapshot
impl UnwindSafe for FaceSnapshot
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