pub struct QueryInsightEntryType(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for QueryInsightEntryType
impl Clone for QueryInsightEntryType
Source§fn clone(&self) -> QueryInsightEntryType
fn clone(&self) -> QueryInsightEntryType
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 QueryInsightEntryType
impl Debug for QueryInsightEntryType
Source§impl Default for QueryInsightEntryType
impl Default for QueryInsightEntryType
Source§fn default() -> QueryInsightEntryType
fn default() -> QueryInsightEntryType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryInsightEntryType
impl<'de> Deserialize<'de> for QueryInsightEntryType
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 QueryInsightEntryType
Source§impl PartialEq for QueryInsightEntryType
impl PartialEq for QueryInsightEntryType
Source§impl Serialize for QueryInsightEntryType
impl Serialize for QueryInsightEntryType
impl StructuralPartialEq for QueryInsightEntryType
Auto Trait Implementations§
impl Freeze for QueryInsightEntryType
impl RefUnwindSafe for QueryInsightEntryType
impl Send for QueryInsightEntryType
impl Sync for QueryInsightEntryType
impl Unpin for QueryInsightEntryType
impl UnsafeUnpin for QueryInsightEntryType
impl UnwindSafe for QueryInsightEntryType
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