pub struct ExploreRelationship {
pub source: String,
pub target: String,
pub kind: EdgeKind,
pub file_path: String,
pub direction: String,
}Fields§
§source: String§target: String§kind: EdgeKind§file_path: String§direction: StringTrait Implementations§
Source§impl Clone for ExploreRelationship
impl Clone for ExploreRelationship
Source§fn clone(&self) -> ExploreRelationship
fn clone(&self) -> ExploreRelationship
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 ExploreRelationship
impl Debug for ExploreRelationship
Auto Trait Implementations§
impl Freeze for ExploreRelationship
impl RefUnwindSafe for ExploreRelationship
impl Send for ExploreRelationship
impl Sync for ExploreRelationship
impl Unpin for ExploreRelationship
impl UnsafeUnpin for ExploreRelationship
impl UnwindSafe for ExploreRelationship
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