pub struct FaceImprints {
pub operand: u8,
pub face_id: u64,
pub piece_ids: Vec<u64>,
}Fields§
§operand: u8§face_id: u64§piece_ids: Vec<u64>Trait Implementations§
Source§impl Clone for FaceImprints
impl Clone for FaceImprints
Source§fn clone(&self) -> FaceImprints
fn clone(&self) -> FaceImprints
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 FaceImprints
impl Debug for FaceImprints
Source§impl<'de> Deserialize<'de> for FaceImprints
impl<'de> Deserialize<'de> for FaceImprints
Source§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
Auto Trait Implementations§
impl Freeze for FaceImprints
impl RefUnwindSafe for FaceImprints
impl Send for FaceImprints
impl Sync for FaceImprints
impl Unpin for FaceImprints
impl UnsafeUnpin for FaceImprints
impl UnwindSafe for FaceImprints
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