pub enum ProviderEndpointAuth {
ProviderDefault,
Credentialless,
}Expand description
Authentication applied when calling one configured provider endpoint.
Variants§
Trait Implementations§
Source§impl Clone for ProviderEndpointAuth
impl Clone for ProviderEndpointAuth
Source§fn clone(&self) -> ProviderEndpointAuth
fn clone(&self) -> ProviderEndpointAuth
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 ProviderEndpointAuth
Source§impl Debug for ProviderEndpointAuth
impl Debug for ProviderEndpointAuth
Source§impl<'de> Deserialize<'de> for ProviderEndpointAuth
impl<'de> Deserialize<'de> for ProviderEndpointAuth
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 ProviderEndpointAuth
Source§impl PartialEq for ProviderEndpointAuth
impl PartialEq for ProviderEndpointAuth
Source§impl Serialize for ProviderEndpointAuth
impl Serialize for ProviderEndpointAuth
impl StructuralPartialEq for ProviderEndpointAuth
Auto Trait Implementations§
impl Freeze for ProviderEndpointAuth
impl RefUnwindSafe for ProviderEndpointAuth
impl Send for ProviderEndpointAuth
impl Sync for ProviderEndpointAuth
impl Unpin for ProviderEndpointAuth
impl UnsafeUnpin for ProviderEndpointAuth
impl UnwindSafe for ProviderEndpointAuth
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