pub enum ProviderTrue {
Groq,
}
Expand description
Variants§
Groq
Trait Implementations§
Source§impl Clone for ProviderTrue
impl Clone for ProviderTrue
Source§fn clone(&self) -> ProviderTrue
fn clone(&self) -> ProviderTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProviderTrue
impl Debug for ProviderTrue
Source§impl Default for ProviderTrue
impl Default for ProviderTrue
Source§fn default() -> ProviderTrue
fn default() -> ProviderTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProviderTrue
impl<'de> Deserialize<'de> for ProviderTrue
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 Hash for ProviderTrue
impl Hash for ProviderTrue
Source§impl Ord for ProviderTrue
impl Ord for ProviderTrue
Source§fn cmp(&self, other: &ProviderTrue) -> Ordering
fn cmp(&self, other: &ProviderTrue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ProviderTrue
impl PartialEq for ProviderTrue
Source§impl PartialOrd for ProviderTrue
impl PartialOrd for ProviderTrue
Source§impl Serialize for ProviderTrue
impl Serialize for ProviderTrue
impl Copy for ProviderTrue
impl Eq for ProviderTrue
impl StructuralPartialEq for ProviderTrue
Auto Trait Implementations§
impl Freeze for ProviderTrue
impl RefUnwindSafe for ProviderTrue
impl Send for ProviderTrue
impl Sync for ProviderTrue
impl Unpin for ProviderTrue
impl UnwindSafe for ProviderTrue
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