pub enum MultiGetItemKind {
Document,
Chunk,
}Variants§
Trait Implementations§
Source§impl Clone for MultiGetItemKind
impl Clone for MultiGetItemKind
Source§fn clone(&self) -> MultiGetItemKind
fn clone(&self) -> MultiGetItemKind
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 MultiGetItemKind
impl Debug for MultiGetItemKind
Source§impl<'de> Deserialize<'de> for MultiGetItemKind
impl<'de> Deserialize<'de> for MultiGetItemKind
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
Source§impl PartialEq for MultiGetItemKind
impl PartialEq for MultiGetItemKind
Source§fn eq(&self, other: &MultiGetItemKind) -> bool
fn eq(&self, other: &MultiGetItemKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MultiGetItemKind
impl Serialize for MultiGetItemKind
impl Eq for MultiGetItemKind
impl StructuralPartialEq for MultiGetItemKind
Auto Trait Implementations§
impl Freeze for MultiGetItemKind
impl RefUnwindSafe for MultiGetItemKind
impl Send for MultiGetItemKind
impl Sync for MultiGetItemKind
impl Unpin for MultiGetItemKind
impl UnsafeUnpin for MultiGetItemKind
impl UnwindSafe for MultiGetItemKind
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