pub struct RespondDispatch {
pub wire_bytes: usize,
pub fire_on: InterfaceId,
}Fields§
§wire_bytes: usize§fire_on: InterfaceIdTrait Implementations§
Source§impl Clone for RespondDispatch
impl Clone for RespondDispatch
Source§fn clone(&self) -> RespondDispatch
fn clone(&self) -> RespondDispatch
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 moreimpl Copy for RespondDispatch
Source§impl Debug for RespondDispatch
impl Debug for RespondDispatch
impl Eq for RespondDispatch
Source§impl PartialEq for RespondDispatch
impl PartialEq for RespondDispatch
impl StructuralPartialEq for RespondDispatch
Auto Trait Implementations§
impl Freeze for RespondDispatch
impl RefUnwindSafe for RespondDispatch
impl Send for RespondDispatch
impl Sync for RespondDispatch
impl Unpin for RespondDispatch
impl UnsafeUnpin for RespondDispatch
impl UnwindSafe for RespondDispatch
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