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