pub struct GetGraphRelationshipsQuery {
pub node_id: String,
pub node_kind: Option<String>,
pub depth: u32,
pub include_reverse_edges: bool,
}Fields§
§node_id: String§node_kind: Option<String>§depth: u32§include_reverse_edges: boolTrait Implementations§
Source§impl Clone for GetGraphRelationshipsQuery
impl Clone for GetGraphRelationshipsQuery
Source§fn clone(&self) -> GetGraphRelationshipsQuery
fn clone(&self) -> GetGraphRelationshipsQuery
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 GetGraphRelationshipsQuery
impl Debug for GetGraphRelationshipsQuery
impl Eq for GetGraphRelationshipsQuery
impl StructuralPartialEq for GetGraphRelationshipsQuery
Auto Trait Implementations§
impl Freeze for GetGraphRelationshipsQuery
impl RefUnwindSafe for GetGraphRelationshipsQuery
impl Send for GetGraphRelationshipsQuery
impl Sync for GetGraphRelationshipsQuery
impl Unpin for GetGraphRelationshipsQuery
impl UnsafeUnpin for GetGraphRelationshipsQuery
impl UnwindSafe for GetGraphRelationshipsQuery
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