Struct conjure_runtime::config::BasicCredentials
source · pub struct BasicCredentials { /* private fields */ }Expand description
Credentials used to authenticate with an HTTP proxy.
Implementations§
Trait Implementations§
source§impl Clone for BasicCredentials
impl Clone for BasicCredentials
source§fn clone(&self) -> BasicCredentials
fn clone(&self) -> BasicCredentials
Returns a copy of the value. Read more
1.0.0 · 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 BasicCredentials
impl Debug for BasicCredentials
source§impl<'de> Deserialize<'de> for BasicCredentials
impl<'de> Deserialize<'de> for BasicCredentials
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<BasicCredentials, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<BasicCredentials, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<BasicCredentials> for BasicCredentials
impl PartialEq<BasicCredentials> for BasicCredentials
source§fn eq(&self, other: &BasicCredentials) -> bool
fn eq(&self, other: &BasicCredentials) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BasicCredentials
Auto Trait Implementations§
impl RefUnwindSafe for BasicCredentials
impl Send for BasicCredentials
impl Sync for BasicCredentials
impl Unpin for BasicCredentials
impl UnwindSafe for BasicCredentials
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