pub struct SymmKeyReplyMsg {
pub key: KeyIVPair,
pub user: Uuid,
}Fields§
§key: KeyIVPair§user: UuidImplementations§
Auto Trait Implementations§
impl Freeze for SymmKeyReplyMsg
impl RefUnwindSafe for SymmKeyReplyMsg
impl Send for SymmKeyReplyMsg
impl Sync for SymmKeyReplyMsg
impl Unpin for SymmKeyReplyMsg
impl UnsafeUnpin for SymmKeyReplyMsg
impl UnwindSafe for SymmKeyReplyMsg
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