pub struct VectorCollectionName(/* private fields */);Expand description
A vector collection name.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for VectorCollectionName
impl AsRef<str> for VectorCollectionName
Source§impl Clone for VectorCollectionName
impl Clone for VectorCollectionName
Source§fn clone(&self) -> VectorCollectionName
fn clone(&self) -> VectorCollectionName
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 VectorCollectionName
impl Debug for VectorCollectionName
Source§impl Default for VectorCollectionName
impl Default for VectorCollectionName
Source§fn default() -> VectorCollectionName
fn default() -> VectorCollectionName
Returns the “default value” for a type. Read more
Source§impl Display for VectorCollectionName
impl Display for VectorCollectionName
Source§impl From<&str> for VectorCollectionName
impl From<&str> for VectorCollectionName
Source§fn from(value: &str) -> VectorCollectionName
fn from(value: &str) -> VectorCollectionName
Converts to this type from the input type.
Source§impl From<String> for VectorCollectionName
impl From<String> for VectorCollectionName
Source§fn from(value: String) -> VectorCollectionName
fn from(value: String) -> VectorCollectionName
Converts to this type from the input type.
Source§impl Hash for VectorCollectionName
impl Hash for VectorCollectionName
Source§impl Ord for VectorCollectionName
impl Ord for VectorCollectionName
Source§fn cmp(&self, other: &VectorCollectionName) -> Ordering
fn cmp(&self, other: &VectorCollectionName) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VectorCollectionName
impl PartialEq for VectorCollectionName
Source§fn eq(&self, other: &VectorCollectionName) -> bool
fn eq(&self, other: &VectorCollectionName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VectorCollectionName
impl PartialOrd for VectorCollectionName
impl Eq for VectorCollectionName
impl StructuralPartialEq for VectorCollectionName
Auto Trait Implementations§
impl Freeze for VectorCollectionName
impl RefUnwindSafe for VectorCollectionName
impl Send for VectorCollectionName
impl Sync for VectorCollectionName
impl Unpin for VectorCollectionName
impl UnsafeUnpin for VectorCollectionName
impl UnwindSafe for VectorCollectionName
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