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