pub struct KnowledgeDocRelatedResult {
pub edge_type: String,
pub target: String,
pub target_doc: String,
}Fields§
§edge_type: String§target: StringTarget document selector/path used for traversal.
target_doc: StringStable document slug to pass as related.target_doc in library write tools.
Trait Implementations§
Source§impl Clone for KnowledgeDocRelatedResult
impl Clone for KnowledgeDocRelatedResult
Source§fn clone(&self) -> KnowledgeDocRelatedResult
fn clone(&self) -> KnowledgeDocRelatedResult
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 KnowledgeDocRelatedResult
impl Debug for KnowledgeDocRelatedResult
Auto Trait Implementations§
impl Freeze for KnowledgeDocRelatedResult
impl RefUnwindSafe for KnowledgeDocRelatedResult
impl Send for KnowledgeDocRelatedResult
impl Sync for KnowledgeDocRelatedResult
impl Unpin for KnowledgeDocRelatedResult
impl UnsafeUnpin for KnowledgeDocRelatedResult
impl UnwindSafe for KnowledgeDocRelatedResult
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