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