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