pub struct AeadKey { /* private fields */ }展开描述
AEAD 算法的密钥
This 是 value type 用于 一个 byte string up 到 AeadKey::MAX_LEN bytes in length.
Trait 实现§
自动 Trait 实现§
impl Freeze for AeadKey
impl RefUnwindSafe for AeadKey
impl Send for AeadKey
impl Sync for AeadKey
impl Unpin for AeadKey
impl UnsafeUnpin for AeadKey
impl UnwindSafe for AeadKey
Blanket 实现§
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 从 an owned value. 更多信息