pub struct MailboxMessage {
pub init_peer_id: String,
pub timestamp: u64,
pub message: String,
}Fields§
§init_peer_id: String§timestamp: u64§message: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MailboxMessage
impl RefUnwindSafe for MailboxMessage
impl Send for MailboxMessage
impl Sync for MailboxMessage
impl Unpin for MailboxMessage
impl UnwindSafe for MailboxMessage
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