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