pub struct IdentityKey(/* private fields */);Expand description
A simple MergeIdentity naming a single identity field directly.
Implementations§
Trait Implementations§
Source§impl Clone for IdentityKey
impl Clone for IdentityKey
Source§fn clone(&self) -> IdentityKey
fn clone(&self) -> IdentityKey
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 IdentityKey
impl Debug for IdentityKey
Source§impl MergeIdentity for IdentityKey
impl MergeIdentity for IdentityKey
Auto Trait Implementations§
impl Freeze for IdentityKey
impl RefUnwindSafe for IdentityKey
impl Send for IdentityKey
impl Sync for IdentityKey
impl Unpin for IdentityKey
impl UnsafeUnpin for IdentityKey
impl UnwindSafe for IdentityKey
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