pub struct PingResponseArguments {
pub responder_id: Id,
}
Fields§
§responder_id: Id
Trait Implementations§
Source§impl Clone for PingResponseArguments
impl Clone for PingResponseArguments
Source§fn clone(&self) -> PingResponseArguments
fn clone(&self) -> PingResponseArguments
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 PingResponseArguments
impl Debug for PingResponseArguments
Source§impl PartialEq for PingResponseArguments
impl PartialEq for PingResponseArguments
impl StructuralPartialEq for PingResponseArguments
Auto Trait Implementations§
impl Freeze for PingResponseArguments
impl RefUnwindSafe for PingResponseArguments
impl Send for PingResponseArguments
impl Sync for PingResponseArguments
impl Unpin for PingResponseArguments
impl UnwindSafe for PingResponseArguments
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