pub struct HmacSha256Key(/* private fields */);Trait Implementations§
Source§impl AsRef<[u8]> for HmacSha256Key
impl AsRef<[u8]> for HmacSha256Key
Source§impl CryptoAlg for HmacSha256Key
impl CryptoAlg for HmacSha256Key
fn get_alg_str(&self) -> &'static str
Source§impl Into<HmacKey> for HmacSha256Key
impl Into<HmacKey> for HmacSha256Key
Source§impl SearchableKey for HmacSha256Key
impl SearchableKey for HmacSha256Key
Source§impl SearchableKeyGen for HmacSha256Key
impl SearchableKeyGen for HmacSha256Key
type SearchableKey = HmacSha256Key
fn generate() -> Result<Self::SearchableKey, Error>
Auto Trait Implementations§
impl Freeze for HmacSha256Key
impl RefUnwindSafe for HmacSha256Key
impl Send for HmacSha256Key
impl Sync for HmacSha256Key
impl Unpin for HmacSha256Key
impl UnsafeUnpin for HmacSha256Key
impl UnwindSafe for HmacSha256Key
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