pub struct KnowledgeDocNeighborEdgeResult {
pub edge_type: String,
pub target: KnowledgeDocMetadataResult,
}Fields§
§edge_type: String§target: KnowledgeDocMetadataResultResolved target document metadata.
Trait Implementations§
Source§impl Clone for KnowledgeDocNeighborEdgeResult
impl Clone for KnowledgeDocNeighborEdgeResult
Source§fn clone(&self) -> KnowledgeDocNeighborEdgeResult
fn clone(&self) -> KnowledgeDocNeighborEdgeResult
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 moreAuto Trait Implementations§
impl Freeze for KnowledgeDocNeighborEdgeResult
impl RefUnwindSafe for KnowledgeDocNeighborEdgeResult
impl Send for KnowledgeDocNeighborEdgeResult
impl Sync for KnowledgeDocNeighborEdgeResult
impl Unpin for KnowledgeDocNeighborEdgeResult
impl UnsafeUnpin for KnowledgeDocNeighborEdgeResult
impl UnwindSafe for KnowledgeDocNeighborEdgeResult
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