pub struct HTTPCryptEncrypted {
pub body: Vec<u8>,
pub peer_key: String,
pub shared_key: Zeroizing<GenericArray<u8, U32>>,
}Fields§
§body: Vec<u8>§peer_key: StringAuto Trait Implementations§
impl Freeze for HTTPCryptEncrypted
impl RefUnwindSafe for HTTPCryptEncrypted
impl Send for HTTPCryptEncrypted
impl Sync for HTTPCryptEncrypted
impl Unpin for HTTPCryptEncrypted
impl UnwindSafe for HTTPCryptEncrypted
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