pub struct ProxyAuthenticate(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for ProxyAuthenticate
impl Clone for ProxyAuthenticate
Source§fn clone(&self) -> ProxyAuthenticate
fn clone(&self) -> ProxyAuthenticate
Returns a duplicate 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 ProxyAuthenticate
impl Debug for ProxyAuthenticate
Source§impl Display for ProxyAuthenticate
impl Display for ProxyAuthenticate
Source§impl<'a> From<&'a str> for ProxyAuthenticate
impl<'a> From<&'a str> for ProxyAuthenticate
Source§impl From<ProxyAuthenticate> for Header
impl From<ProxyAuthenticate> for Header
Source§fn from(s: ProxyAuthenticate) -> Header
fn from(s: ProxyAuthenticate) -> Header
Converts to this type from the input type.
Source§impl From<ProxyAuthenticate> for ProxyAuthenticate
impl From<ProxyAuthenticate> for ProxyAuthenticate
Source§fn from(p: ProxyAuthenticate) -> Self
fn from(p: ProxyAuthenticate) -> Self
Converts to this type from the input type.
Source§impl From<ProxyAuthenticate> for String
impl From<ProxyAuthenticate> for String
Source§fn from(s: ProxyAuthenticate) -> String
fn from(s: ProxyAuthenticate) -> String
Converts to this type from the input type.
Source§impl From<String> for ProxyAuthenticate
impl From<String> for ProxyAuthenticate
Source§impl PartialEq for ProxyAuthenticate
impl PartialEq for ProxyAuthenticate
Source§impl<'a> ToTypedHeader<'a> for ProxyAuthenticate
impl<'a> ToTypedHeader<'a> for ProxyAuthenticate
Source§impl TryInto<ProxyAuthenticate> for ProxyAuthenticate
impl TryInto<ProxyAuthenticate> for ProxyAuthenticate
Source§impl<'a> UntypedHeader<'a> for ProxyAuthenticate
impl<'a> UntypedHeader<'a> for ProxyAuthenticate
impl Eq for ProxyAuthenticate
impl StructuralPartialEq for ProxyAuthenticate
Auto Trait Implementations§
impl Freeze for ProxyAuthenticate
impl RefUnwindSafe for ProxyAuthenticate
impl Send for ProxyAuthenticate
impl Sync for ProxyAuthenticate
impl Unpin for ProxyAuthenticate
impl UnsafeUnpin for ProxyAuthenticate
impl UnwindSafe for ProxyAuthenticate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.