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