pub struct ReplyData {
pub request_id: i32,
pub status: u8,
pub body: Encapsulation,
}
Fields§
§request_id: i32
§status: u8
§body: Encapsulation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplyData
impl RefUnwindSafe for ReplyData
impl Send for ReplyData
impl Sync for ReplyData
impl Unpin for ReplyData
impl UnwindSafe for ReplyData
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