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