pub struct CredentialSourceHash(/* private fields */);
Implementations§
Source§impl CredentialSourceHash
impl CredentialSourceHash
pub fn from_hashable<H: Hash>(hashable: H) -> Self
Trait Implementations§
Source§impl Clone for CredentialSourceHash
impl Clone for CredentialSourceHash
Source§fn clone(&self) -> CredentialSourceHash
fn clone(&self) -> CredentialSourceHash
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CredentialSourceHash
impl Debug for CredentialSourceHash
Source§impl Hash for CredentialSourceHash
impl Hash for CredentialSourceHash
Source§impl PartialEq for CredentialSourceHash
impl PartialEq for CredentialSourceHash
impl Copy for CredentialSourceHash
impl Eq for CredentialSourceHash
impl StructuralPartialEq for CredentialSourceHash
Auto Trait Implementations§
impl Freeze for CredentialSourceHash
impl RefUnwindSafe for CredentialSourceHash
impl Send for CredentialSourceHash
impl Sync for CredentialSourceHash
impl Unpin for CredentialSourceHash
impl UnwindSafe for CredentialSourceHash
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