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