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