pub struct PushClosed;Expand description
The connection behind a PushSender is gone; the frame was dropped.
Trait Implementations§
Source§impl Debug for PushClosed
impl Debug for PushClosed
Source§impl Display for PushClosed
impl Display for PushClosed
Source§impl Error for PushClosed
impl Error for PushClosed
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()
Auto Trait Implementations§
impl Freeze for PushClosed
impl RefUnwindSafe for PushClosed
impl Send for PushClosed
impl Sync for PushClosed
impl Unpin for PushClosed
impl UnsafeUnpin for PushClosed
impl UnwindSafe for PushClosed
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