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