pub struct PayloadKey(pub GenericArray<u8, <ChaCha20Poly1305 as KeySizeUser>::KeySize>);Available on crate feature
stream only.Tuple Fields§
§0: GenericArray<u8, <ChaCha20Poly1305 as KeySizeUser>::KeySize>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PayloadKey
impl RefUnwindSafe for PayloadKey
impl Send for PayloadKey
impl Sync for PayloadKey
impl Unpin for PayloadKey
impl UnwindSafe for PayloadKey
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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