Struct conjure_runtime::config::BasicCredentials [−][src]
pub struct BasicCredentials { /* fields omitted */ }Credentials used to authenticate with an HTTP proxy.
Implementations
Trait Implementations
impl Clone for BasicCredentials[src]
impl Clone for BasicCredentials[src]pub fn clone(&self) -> BasicCredentials[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for BasicCredentials[src]
impl Debug for BasicCredentials[src]impl<'de> Deserialize<'de> for BasicCredentials[src]
impl<'de> Deserialize<'de> for BasicCredentials[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<BasicCredentials, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<BasicCredentials, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl PartialEq<BasicCredentials> for BasicCredentials[src]
impl PartialEq<BasicCredentials> for BasicCredentials[src]pub fn eq(&self, other: &BasicCredentials) -> bool[src]
pub fn ne(&self, other: &BasicCredentials) -> bool[src]
impl StructuralPartialEq for BasicCredentials[src]
impl StructuralPartialEq for BasicCredentials[src]Auto Trait Implementations
impl RefUnwindSafe for BasicCredentials
impl RefUnwindSafe for BasicCredentialsimpl Send for BasicCredentials
impl Send for BasicCredentialsimpl Sync for BasicCredentials
impl Sync for BasicCredentialsimpl Unpin for BasicCredentials
impl Unpin for BasicCredentialsimpl UnwindSafe for BasicCredentials
impl UnwindSafe for BasicCredentialsBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,