pub struct WireDispatchResult {
pub response: ResponseFrame,
pub events: Vec<EventFrame>,
}Fields§
§response: ResponseFrame§events: Vec<EventFrame>Trait Implementations§
Source§impl Clone for WireDispatchResult
impl Clone for WireDispatchResult
Source§fn clone(&self) -> WireDispatchResult
fn clone(&self) -> WireDispatchResult
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 WireDispatchResult
impl Debug for WireDispatchResult
impl Eq for WireDispatchResult
Source§impl PartialEq for WireDispatchResult
impl PartialEq for WireDispatchResult
Source§fn eq(&self, other: &WireDispatchResult) -> bool
fn eq(&self, other: &WireDispatchResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WireDispatchResult
Auto Trait Implementations§
impl Freeze for WireDispatchResult
impl RefUnwindSafe for WireDispatchResult
impl Send for WireDispatchResult
impl Sync for WireDispatchResult
impl Unpin for WireDispatchResult
impl UnsafeUnpin for WireDispatchResult
impl UnwindSafe for WireDispatchResult
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