pub enum SearchSource {
Logs,
Events,
Rum,
ErrorTracking,
}Expand description
The source of a SearchQuery.
Variants§
Trait Implementations§
Source§impl Clone for SearchSource
impl Clone for SearchSource
Source§fn clone(&self) -> SearchSource
fn clone(&self) -> SearchSource
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 moreimpl Copy for SearchSource
Source§impl Debug for SearchSource
impl Debug for SearchSource
Source§impl<'de> Deserialize<'de> for SearchSource
impl<'de> Deserialize<'de> for SearchSource
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
impl Eq for SearchSource
Source§impl PartialEq for SearchSource
impl PartialEq for SearchSource
Source§fn eq(&self, other: &SearchSource) -> bool
fn eq(&self, other: &SearchSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SearchSource
impl Serialize for SearchSource
impl StructuralPartialEq for SearchSource
Auto Trait Implementations§
impl Freeze for SearchSource
impl RefUnwindSafe for SearchSource
impl Send for SearchSource
impl Sync for SearchSource
impl Unpin for SearchSource
impl UnsafeUnpin for SearchSource
impl UnwindSafe for SearchSource
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