pub struct IntegrityKey { /* private fields */ }Expand description
A cached key for a particular set of credentials.
Trait Implementations§
Source§impl Clone for IntegrityKey
impl Clone for IntegrityKey
Source§fn clone(&self) -> IntegrityKey
fn clone(&self) -> IntegrityKey
Returns a duplicate 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 moreSource§impl Debug for IntegrityKey
impl Debug for IntegrityKey
Source§impl PartialEq for IntegrityKey
impl PartialEq for IntegrityKey
impl Eq for IntegrityKey
Auto Trait Implementations§
impl Freeze for IntegrityKey
impl RefUnwindSafe for IntegrityKey
impl Send for IntegrityKey
impl Sync for IntegrityKey
impl Unpin for IntegrityKey
impl UnwindSafe for IntegrityKey
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