pub struct RecvMeta {
pub reply_to: u8,
}Expand description
Metadata accompanying a received payload.
Fields§
§reply_to: u8Address to reply to.
Trait Implementations§
impl Copy for RecvMeta
impl Eq for RecvMeta
impl StructuralPartialEq for RecvMeta
Auto Trait Implementations§
impl Freeze for RecvMeta
impl RefUnwindSafe for RecvMeta
impl Send for RecvMeta
impl Sync for RecvMeta
impl Unpin for RecvMeta
impl UnsafeUnpin for RecvMeta
impl UnwindSafe for RecvMeta
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