pub struct InboxItem {
pub object_id: ObjectId,
pub from: PeerId,
pub bytes: u64,
pub application: String,
pub body: Vec<u8>,
}Fields§
§object_id: ObjectId§from: PeerId§bytes: u64§application: String§body: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for InboxItem
impl RefUnwindSafe for InboxItem
impl Send for InboxItem
impl Sync for InboxItem
impl Unpin for InboxItem
impl UnsafeUnpin for InboxItem
impl UnwindSafe for InboxItem
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