pub enum ProviderChoice {
Auto,
Ads,
Inspire,
}Expand description
Provider selection for identifier resolution.
Variants§
Trait Implementations§
Source§impl Clone for ProviderChoice
impl Clone for ProviderChoice
Source§fn clone(&self) -> ProviderChoice
fn clone(&self) -> ProviderChoice
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 ProviderChoice
Source§impl Debug for ProviderChoice
impl Debug for ProviderChoice
impl Eq for ProviderChoice
Source§impl PartialEq for ProviderChoice
impl PartialEq for ProviderChoice
Source§fn eq(&self, other: &ProviderChoice) -> bool
fn eq(&self, other: &ProviderChoice) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProviderChoice
Auto Trait Implementations§
impl Freeze for ProviderChoice
impl RefUnwindSafe for ProviderChoice
impl Send for ProviderChoice
impl Sync for ProviderChoice
impl Unpin for ProviderChoice
impl UnsafeUnpin for ProviderChoice
impl UnwindSafe for ProviderChoice
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