pub struct RequestOk {
pub request_id: VarInt,
pub parameters: Vec<KeyValuePair>,
}Expand description
REQUEST_OK (0x07). Consolidated OK response for all request types.
Fields§
§request_id: VarInt§parameters: Vec<KeyValuePair>Trait Implementations§
impl Eq for RequestOk
impl StructuralPartialEq for RequestOk
Auto Trait Implementations§
impl Freeze for RequestOk
impl RefUnwindSafe for RequestOk
impl Send for RequestOk
impl Sync for RequestOk
impl Unpin for RequestOk
impl UnsafeUnpin for RequestOk
impl UnwindSafe for RequestOk
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