pub struct ZoneKey(/* private fields */);Expand description
32-byte AES-256-GCM key for a Crypt zone.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZoneKey
impl RefUnwindSafe for ZoneKey
impl Send for ZoneKey
impl Sync for ZoneKey
impl Unpin for ZoneKey
impl UnsafeUnpin for ZoneKey
impl UnwindSafe for ZoneKey
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