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