pub struct EncryptedSymmKeyReplyMsg {
pub key: Vec<u8>,
pub user: Uuid,
}Fields§
§key: Vec<u8>§user: UuidTrait Implementations§
Auto Trait Implementations§
impl Freeze for EncryptedSymmKeyReplyMsg
impl RefUnwindSafe for EncryptedSymmKeyReplyMsg
impl Send for EncryptedSymmKeyReplyMsg
impl Sync for EncryptedSymmKeyReplyMsg
impl Unpin for EncryptedSymmKeyReplyMsg
impl UnwindSafe for EncryptedSymmKeyReplyMsg
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