pub struct GetNodeRelationshipsResult {
pub incoming: Vec<GraphRelationshipView>,
pub outgoing: Vec<GraphRelationshipView>,
pub observed_at: SystemTime,
}Fields§
§incoming: Vec<GraphRelationshipView>§outgoing: Vec<GraphRelationshipView>§observed_at: SystemTimeTrait Implementations§
Source§impl Clone for GetNodeRelationshipsResult
impl Clone for GetNodeRelationshipsResult
Source§fn clone(&self) -> GetNodeRelationshipsResult
fn clone(&self) -> GetNodeRelationshipsResult
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 GetNodeRelationshipsResult
impl Debug for GetNodeRelationshipsResult
impl Eq for GetNodeRelationshipsResult
impl StructuralPartialEq for GetNodeRelationshipsResult
Auto Trait Implementations§
impl Freeze for GetNodeRelationshipsResult
impl RefUnwindSafe for GetNodeRelationshipsResult
impl Send for GetNodeRelationshipsResult
impl Sync for GetNodeRelationshipsResult
impl Unpin for GetNodeRelationshipsResult
impl UnsafeUnpin for GetNodeRelationshipsResult
impl UnwindSafe for GetNodeRelationshipsResult
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