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