pub struct LeaveFingerprint<F>(/* private fields */);Expand description
Consuming-layer canonical Leave-request fingerprint.
Implementations§
Source§impl<F> LeaveFingerprint<F>
impl<F> LeaveFingerprint<F>
Trait Implementations§
Source§impl<F: Clone> Clone for LeaveFingerprint<F>
impl<F: Clone> Clone for LeaveFingerprint<F>
Source§fn clone(&self) -> LeaveFingerprint<F>
fn clone(&self) -> LeaveFingerprint<F>
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<F: Debug> Debug for LeaveFingerprint<F>
impl<F: Debug> Debug for LeaveFingerprint<F>
impl<F: Eq> Eq for LeaveFingerprint<F>
Source§impl<F: PartialEq> PartialEq for LeaveFingerprint<F>
impl<F: PartialEq> PartialEq for LeaveFingerprint<F>
impl<F: PartialEq> StructuralPartialEq for LeaveFingerprint<F>
Auto Trait Implementations§
impl<F> Freeze for LeaveFingerprint<F>where
F: Freeze,
impl<F> RefUnwindSafe for LeaveFingerprint<F>where
F: RefUnwindSafe,
impl<F> Send for LeaveFingerprint<F>where
F: Send,
impl<F> Sync for LeaveFingerprint<F>where
F: Sync,
impl<F> Unpin for LeaveFingerprint<F>where
F: Unpin,
impl<F> UnsafeUnpin for LeaveFingerprint<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for LeaveFingerprint<F>where
F: UnwindSafe,
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