pub struct ResponseOk {
pub request_id: RequestId,
pub payload: Payload,
}Fields§
§request_id: RequestId§payload: PayloadTrait Implementations§
Source§impl Clone for ResponseOk
impl Clone for ResponseOk
Source§fn clone(&self) -> ResponseOk
fn clone(&self) -> ResponseOk
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResponseOk
impl Debug for ResponseOk
Source§impl PartialEq for ResponseOk
impl PartialEq for ResponseOk
Source§fn eq(&self, other: &ResponseOk) -> bool
fn eq(&self, other: &ResponseOk) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResponseOk
Auto Trait Implementations§
impl Freeze for ResponseOk
impl RefUnwindSafe for ResponseOk
impl Send for ResponseOk
impl Sync for ResponseOk
impl Unpin for ResponseOk
impl UnsafeUnpin for ResponseOk
impl UnwindSafe for ResponseOk
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