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