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