pub struct HmacSha256Key {
pub key: [u8; 32],
}
Fields§
§key: [u8; 32]
Trait Implementations§
Source§impl Clone for HmacSha256Key
impl Clone for HmacSha256Key
Source§fn clone(&self) -> HmacSha256Key
fn clone(&self) -> HmacSha256Key
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 HmacSha256Key
impl Debug for HmacSha256Key
Source§impl<Out: Write> Pack<Out> for HmacSha256Key
impl<Out: Write> Pack<Out> for HmacSha256Key
Source§impl PartialEq for HmacSha256Key
impl PartialEq for HmacSha256Key
Source§impl<In: Read> Unpack<In> for HmacSha256Key
impl<In: Read> Unpack<In> for HmacSha256Key
impl Copy for HmacSha256Key
impl Eq for HmacSha256Key
impl StructuralPartialEq for HmacSha256Key
Auto Trait Implementations§
impl Freeze for HmacSha256Key
impl RefUnwindSafe for HmacSha256Key
impl Send for HmacSha256Key
impl Sync for HmacSha256Key
impl Unpin 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