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