pub struct ProtoMessageReply<P> {
pub id: MessageId,
pub from: Option<MessageFrom>,
pub payload: Option<P>,
pub reply_to: Option<MessageId>,
pub trace: bool,
pub log: bool,
}Fields§
§id: MessageId§from: Option<MessageFrom>§payload: Option<P>§reply_to: Option<MessageId>§trace: bool§log: boolImplementations§
Auto Trait Implementations§
impl<P> Freeze for ProtoMessageReply<P>where
P: Freeze,
impl<P> RefUnwindSafe for ProtoMessageReply<P>where
P: RefUnwindSafe,
impl<P> Send for ProtoMessageReply<P>where
P: Send,
impl<P> Sync for ProtoMessageReply<P>where
P: Sync,
impl<P> Unpin for ProtoMessageReply<P>where
P: Unpin,
impl<P> UnwindSafe for ProtoMessageReply<P>where
P: UnwindSafe,
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