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