pub struct FindRelatedResponse {
pub related: Vec<RelatedNodeInfo>,
}Expand description
Response for finding related nodes
Fields§
List of related nodes
Trait Implementations§
Source§impl Clone for FindRelatedResponse
impl Clone for FindRelatedResponse
Source§fn clone(&self) -> FindRelatedResponse
fn clone(&self) -> FindRelatedResponse
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 FindRelatedResponse
impl Debug for FindRelatedResponse
Source§impl<'de> Deserialize<'de> for FindRelatedResponse
impl<'de> Deserialize<'de> for FindRelatedResponse
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
Auto Trait Implementations§
impl Freeze for FindRelatedResponse
impl RefUnwindSafe for FindRelatedResponse
impl Send for FindRelatedResponse
impl Sync for FindRelatedResponse
impl Unpin for FindRelatedResponse
impl UnwindSafe for FindRelatedResponse
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