pub struct GatewayVectorStoreItem { /* private fields */ }Expand description
A single embedded text item within a GatewayVectorStore.
Implementations§
Trait Implementations§
Source§impl Clone for GatewayVectorStoreItem
impl Clone for GatewayVectorStoreItem
Source§fn clone(&self) -> GatewayVectorStoreItem
fn clone(&self) -> GatewayVectorStoreItem
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 GatewayVectorStoreItem
impl Debug for GatewayVectorStoreItem
Source§impl PartialEq for GatewayVectorStoreItem
impl PartialEq for GatewayVectorStoreItem
Source§fn eq(&self, other: &GatewayVectorStoreItem) -> bool
fn eq(&self, other: &GatewayVectorStoreItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GatewayVectorStoreItem
Auto Trait Implementations§
impl Freeze for GatewayVectorStoreItem
impl RefUnwindSafe for GatewayVectorStoreItem
impl Send for GatewayVectorStoreItem
impl Sync for GatewayVectorStoreItem
impl Unpin for GatewayVectorStoreItem
impl UnsafeUnpin for GatewayVectorStoreItem
impl UnwindSafe for GatewayVectorStoreItem
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