pub struct RequestClientConfig {}
Trait Implementations§
Source§impl Clone for RequestClientConfig
impl Clone for RequestClientConfig
Source§fn clone(&self) -> RequestClientConfig
fn clone(&self) -> RequestClientConfig
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 RequestClientConfig
impl Debug for RequestClientConfig
Source§impl<'a> Decode<'a> for RequestClientConfig
impl<'a> Decode<'a> for RequestClientConfig
fn decode(_: &DecodeCursor<'a>) -> DecodeResult<Self>
Source§impl Default for RequestClientConfig
impl Default for RequestClientConfig
Source§fn default() -> RequestClientConfig
fn default() -> RequestClientConfig
Returns the “default value” for a type. Read more
Source§impl Encode for RequestClientConfig
impl Encode for RequestClientConfig
fn scratch_len(&self) -> usize
fn encode(&self, _: &mut EncodeCursor<'_>)
Source§impl Hash for RequestClientConfig
impl Hash for RequestClientConfig
Source§impl Ord for RequestClientConfig
impl Ord for RequestClientConfig
Source§fn cmp(&self, other: &RequestClientConfig) -> Ordering
fn cmp(&self, other: &RequestClientConfig) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl Owned for RequestClientConfig
impl Owned for RequestClientConfig
type Lazy<'a> = RequestClientConfigLazy<'a>
fn lazy_to_owned(lazy: Self::Lazy<'_>) -> DecodeResult<Self>
Source§impl PartialEq for RequestClientConfig
impl PartialEq for RequestClientConfig
Source§impl PartialOrd for RequestClientConfig
impl PartialOrd for RequestClientConfig
Source§impl<'a> TryFrom<RequestClientConfigLazy<'a>> for RequestClientConfig
impl<'a> TryFrom<RequestClientConfigLazy<'a>> for RequestClientConfig
Source§type Error = DecodeError
type Error = DecodeError
The type returned in the event of a conversion error.
impl Compatible<RequestClientConfig> for RequestClientConfig
impl Compatible<RequestClientConfig> for RequestClientConfigGen
impl<'a> Compatible<RequestClientConfig> for RequestClientConfigLazy<'a>
impl Compatible<RequestClientConfigGen> for RequestClientConfig
impl<'a> Compatible<RequestClientConfigLazy<'a>> for RequestClientConfig
impl Copy for RequestClientConfig
impl Eq for RequestClientConfig
impl StructuralPartialEq for RequestClientConfig
Auto Trait Implementations§
impl Freeze for RequestClientConfig
impl RefUnwindSafe for RequestClientConfig
impl Send for RequestClientConfig
impl Sync for RequestClientConfig
impl Unpin for RequestClientConfig
impl UnwindSafe for RequestClientConfig
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> Comparable<K> for Q
impl<Q, K> Comparable<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.