pub struct GetNodesResponse {
pub nodes: Vec<Node>,
}Fields§
§nodes: Vec<Node>Trait Implementations§
Source§impl Clone for GetNodesResponse
impl Clone for GetNodesResponse
Source§fn clone(&self) -> GetNodesResponse
fn clone(&self) -> GetNodesResponse
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 GetNodesResponse
impl Debug for GetNodesResponse
Source§impl<'de> Deserialize<'de> for GetNodesResponse
impl<'de> Deserialize<'de> for GetNodesResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for GetNodesResponse
impl Hash for GetNodesResponse
Source§impl PartialEq for GetNodesResponse
impl PartialEq for GetNodesResponse
Source§impl Serialize for GetNodesResponse
impl Serialize for GetNodesResponse
impl Eq for GetNodesResponse
impl StructuralPartialEq for GetNodesResponse
Auto Trait Implementations§
impl Freeze for GetNodesResponse
impl RefUnwindSafe for GetNodesResponse
impl Send for GetNodesResponse
impl Sync for GetNodesResponse
impl Unpin for GetNodesResponse
impl UnsafeUnpin for GetNodesResponse
impl UnwindSafe for GetNodesResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.