pub struct RpcReply {
pub message_id: u32,
pub body: RpcReplyBody,
}Fields§
§message_id: u32§body: RpcReplyBodyImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RpcReply
impl RefUnwindSafe for RpcReply
impl Send for RpcReply
impl Sync for RpcReply
impl Unpin for RpcReply
impl UnsafeUnpin for RpcReply
impl UnwindSafe for RpcReply
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