pub struct NodeHandle {
pub row_id: String,
pub logical_id: String,
/* private fields */
}Expand description
Handle returned when a node is added to a WriteRequestBuilder.
Fields§
§row_id: StringPhysical row ID assigned to this node.
logical_id: StringLogical ID of the node.
Trait Implementations§
Source§impl Clone for NodeHandle
impl Clone for NodeHandle
Source§fn clone(&self) -> NodeHandle
fn clone(&self) -> NodeHandle
Returns a duplicate of the value. Read more
1.0.0 · 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 NodeHandle
impl Debug for NodeHandle
Source§impl From<&NodeHandle> for NodeRef
impl From<&NodeHandle> for NodeRef
Source§fn from(value: &NodeHandle) -> Self
fn from(value: &NodeHandle) -> Self
Converts to this type from the input type.
Source§impl From<NodeHandle> for NodeRef
impl From<NodeHandle> for NodeRef
Source§fn from(value: NodeHandle) -> Self
fn from(value: NodeHandle) -> Self
Converts to this type from the input type.
Source§impl PartialEq for NodeHandle
impl PartialEq for NodeHandle
impl Eq for NodeHandle
impl StructuralPartialEq for NodeHandle
Auto Trait Implementations§
impl Freeze for NodeHandle
impl RefUnwindSafe for NodeHandle
impl Send for NodeHandle
impl Sync for NodeHandle
impl Unpin for NodeHandle
impl UnsafeUnpin for NodeHandle
impl UnwindSafe for NodeHandle
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.