pub struct KeySlice<'k, SZ: KeySz> { /* private fields */ }Expand description
Represents a key for the associated hashing algorithm which has a length greater than or equal to the length of the hash function’s digest.
Implementations§
Trait Implementations§
Source§impl<'k, SZ: KeySz> GenericKey for KeySlice<'k, SZ>
impl<'k, SZ: KeySz> GenericKey for KeySlice<'k, SZ>
Auto Trait Implementations§
impl<'k, SZ> Freeze for KeySlice<'k, SZ>
impl<'k, SZ> RefUnwindSafe for KeySlice<'k, SZ>where
SZ: RefUnwindSafe,
impl<'k, SZ> Send for KeySlice<'k, SZ>where
SZ: Send,
impl<'k, SZ> Sync for KeySlice<'k, SZ>where
SZ: Sync,
impl<'k, SZ> Unpin for KeySlice<'k, SZ>where
SZ: Unpin,
impl<'k, SZ> UnwindSafe for KeySlice<'k, SZ>where
SZ: 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