pub struct EdgeHandle {
pub logical_id: String,
/* private fields */
}Expand description
Handle returned when an edge is added to a WriteRequestBuilder.
Fields§
§logical_id: StringLogical ID of the edge.
Trait Implementations§
Source§impl Clone for EdgeHandle
impl Clone for EdgeHandle
Source§fn clone(&self) -> EdgeHandle
fn clone(&self) -> EdgeHandle
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 EdgeHandle
impl Debug for EdgeHandle
Source§impl From<&EdgeHandle> for EdgeRef
impl From<&EdgeHandle> for EdgeRef
Source§fn from(value: &EdgeHandle) -> Self
fn from(value: &EdgeHandle) -> Self
Converts to this type from the input type.
Source§impl From<EdgeHandle> for EdgeRef
impl From<EdgeHandle> for EdgeRef
Source§fn from(value: EdgeHandle) -> Self
fn from(value: EdgeHandle) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EdgeHandle
impl PartialEq for EdgeHandle
impl Eq for EdgeHandle
impl StructuralPartialEq for EdgeHandle
Auto Trait Implementations§
impl Freeze for EdgeHandle
impl RefUnwindSafe for EdgeHandle
impl Send for EdgeHandle
impl Sync for EdgeHandle
impl Unpin for EdgeHandle
impl UnsafeUnpin for EdgeHandle
impl UnwindSafe for EdgeHandle
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.