pub struct VectorIdEntry {
pub id: String,
}Expand description
A vector ID entry from the list_vectors response.
Fields§
§id: StringThe vector ID.
Trait Implementations§
Source§impl Clone for VectorIdEntry
impl Clone for VectorIdEntry
Source§fn clone(&self) -> VectorIdEntry
fn clone(&self) -> VectorIdEntry
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 VectorIdEntry
impl Debug for VectorIdEntry
Source§impl<'de> Deserialize<'de> for VectorIdEntry
impl<'de> Deserialize<'de> for VectorIdEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for VectorIdEntry
impl RefUnwindSafe for VectorIdEntry
impl Send for VectorIdEntry
impl Sync for VectorIdEntry
impl Unpin for VectorIdEntry
impl UnsafeUnpin for VectorIdEntry
impl UnwindSafe for VectorIdEntry
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