pub struct Blake3Key { /* private fields */ }Expand description
A BLAKE3 key.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Blake3Key
impl RefUnwindSafe for Blake3Key
impl Send for Blake3Key
impl Sync for Blake3Key
impl Unpin for Blake3Key
impl UnsafeUnpin for Blake3Key
impl UnwindSafe for Blake3Key
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