pub struct InspectMemoryResult {
pub detail: GetNodeDetailResult,
pub incoming: Vec<GraphRelationshipView>,
pub outgoing: Vec<GraphRelationshipView>,
pub raw_coordinates: Vec<TemporalCoordinate>,
pub include_details: bool,
pub include_raw: bool,
}Fields§
§detail: GetNodeDetailResult§incoming: Vec<GraphRelationshipView>§outgoing: Vec<GraphRelationshipView>§raw_coordinates: Vec<TemporalCoordinate>§include_details: bool§include_raw: boolTrait Implementations§
Source§impl Clone for InspectMemoryResult
impl Clone for InspectMemoryResult
Source§fn clone(&self) -> InspectMemoryResult
fn clone(&self) -> InspectMemoryResult
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 moreimpl Eq for InspectMemoryResult
Source§impl PartialEq for InspectMemoryResult
impl PartialEq for InspectMemoryResult
impl StructuralPartialEq for InspectMemoryResult
Auto Trait Implementations§
impl Freeze for InspectMemoryResult
impl RefUnwindSafe for InspectMemoryResult
impl Send for InspectMemoryResult
impl Sync for InspectMemoryResult
impl Unpin for InspectMemoryResult
impl UnsafeUnpin for InspectMemoryResult
impl UnwindSafe for InspectMemoryResult
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