pub struct KnowledgeDocNeighborsResult {
pub document: KnowledgeDocMetadataResult,
pub edges: Vec<KnowledgeDocNeighborEdgeResult>,
}Fields§
§document: KnowledgeDocMetadataResultSource document metadata.
edges: Vec<KnowledgeDocNeighborEdgeResult>Resolved outbound neighbor edges.
Trait Implementations§
Source§impl Clone for KnowledgeDocNeighborsResult
impl Clone for KnowledgeDocNeighborsResult
Source§fn clone(&self) -> KnowledgeDocNeighborsResult
fn clone(&self) -> KnowledgeDocNeighborsResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KnowledgeDocNeighborsResult
impl Debug for KnowledgeDocNeighborsResult
Auto Trait Implementations§
impl Freeze for KnowledgeDocNeighborsResult
impl RefUnwindSafe for KnowledgeDocNeighborsResult
impl Send for KnowledgeDocNeighborsResult
impl Sync for KnowledgeDocNeighborsResult
impl Unpin for KnowledgeDocNeighborsResult
impl UnsafeUnpin for KnowledgeDocNeighborsResult
impl UnwindSafe for KnowledgeDocNeighborsResult
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