pub struct RequestOk {
pub parameters: Vec<KeyValuePair>,
}Expand description
REQUEST_OK (0x07). No request_id in draft-17.
Fields§
§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