pub struct EndpointCall {
pub endpoint: EndpointId,
pub kind: EndpointCallKind,
}Expand description
EndpointCall
Fields§
§endpoint: EndpointId§kind: EndpointCallKindTrait Implementations§
Source§impl Clone for EndpointCall
impl Clone for EndpointCall
Source§fn clone(&self) -> EndpointCall
fn clone(&self) -> EndpointCall
Returns a duplicate of the value. Read more
1.0.0 · 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 EndpointCall
impl Debug for EndpointCall
Source§impl Hash for EndpointCall
impl Hash for EndpointCall
Source§impl PartialEq for EndpointCall
impl PartialEq for EndpointCall
impl Copy for EndpointCall
impl Eq for EndpointCall
impl StructuralPartialEq for EndpointCall
Auto Trait Implementations§
impl Freeze for EndpointCall
impl RefUnwindSafe for EndpointCall
impl Send for EndpointCall
impl Sync for EndpointCall
impl Unpin for EndpointCall
impl UnwindSafe for EndpointCall
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