pub struct StreamChannelFull;Expand description
Error when send_chunk cannot enqueue because the channel is full and
BackpressurePolicy::Fail is in effect.
Trait Implementations§
Source§impl Clone for StreamChannelFull
impl Clone for StreamChannelFull
Source§fn clone(&self) -> StreamChannelFull
fn clone(&self) -> StreamChannelFull
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 StreamChannelFull
impl Debug for StreamChannelFull
Source§impl Display for StreamChannelFull
impl Display for StreamChannelFull
Source§impl Error for StreamChannelFull
impl Error for StreamChannelFull
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for StreamChannelFull
impl PartialEq for StreamChannelFull
impl Copy for StreamChannelFull
impl Eq for StreamChannelFull
impl StructuralPartialEq for StreamChannelFull
Auto Trait Implementations§
impl Freeze for StreamChannelFull
impl RefUnwindSafe for StreamChannelFull
impl Send for StreamChannelFull
impl Sync for StreamChannelFull
impl Unpin for StreamChannelFull
impl UnsafeUnpin for StreamChannelFull
impl UnwindSafe for StreamChannelFull
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<T> Equal for T
impl<T> Equal for T
Source§fn effect_equals(&self, other: &Self) -> bool
fn effect_equals(&self, other: &Self) -> bool
Returns whether
self and other are structurally equal (defaults to PartialEq::eq).