pub struct ListNodesResult {
pub nodes: Vec<SttpNode>,
pub retrieved: usize,
}Fields§
§nodes: Vec<SttpNode>§retrieved: usizeTrait Implementations§
Source§impl Clone for ListNodesResult
impl Clone for ListNodesResult
Source§fn clone(&self) -> ListNodesResult
fn clone(&self) -> ListNodesResult
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 ListNodesResult
impl Debug for ListNodesResult
Source§impl Default for ListNodesResult
impl Default for ListNodesResult
Source§fn default() -> ListNodesResult
fn default() -> ListNodesResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListNodesResult
impl RefUnwindSafe for ListNodesResult
impl Send for ListNodesResult
impl Sync for ListNodesResult
impl Unpin for ListNodesResult
impl UnsafeUnpin for ListNodesResult
impl UnwindSafe for ListNodesResult
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