pub struct GraphVectorRef {
pub collection: String,
pub vector_id: u64,
}Fields§
§collection: String§vector_id: u64Trait Implementations§
Source§impl Clone for GraphVectorRef
impl Clone for GraphVectorRef
Source§fn clone(&self) -> GraphVectorRef
fn clone(&self) -> GraphVectorRef
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 GraphVectorRef
impl Debug for GraphVectorRef
impl Eq for GraphVectorRef
Source§impl PartialEq for GraphVectorRef
impl PartialEq for GraphVectorRef
Source§fn eq(&self, other: &GraphVectorRef) -> bool
fn eq(&self, other: &GraphVectorRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GraphVectorRef
Auto Trait Implementations§
impl Freeze for GraphVectorRef
impl RefUnwindSafe for GraphVectorRef
impl Send for GraphVectorRef
impl Sync for GraphVectorRef
impl Unpin for GraphVectorRef
impl UnsafeUnpin for GraphVectorRef
impl UnwindSafe for GraphVectorRef
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