pub struct ShutdownError;Expand description
We have shut down a packet filler and so cannot act on it further.
Trait Implementations§
Source§impl Clone for ShutdownError
impl Clone for ShutdownError
Source§fn clone(&self) -> ShutdownError
fn clone(&self) -> ShutdownError
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 ShutdownError
impl Debug for ShutdownError
Source§impl From<ShutdownError> for Error
impl From<ShutdownError> for Error
Source§fn from(_: ShutdownError) -> Self
fn from(_: ShutdownError) -> Self
Converts to this type from the input type.
impl Copy for ShutdownError
Auto Trait Implementations§
impl Freeze for ShutdownError
impl RefUnwindSafe for ShutdownError
impl Send for ShutdownError
impl Sync for ShutdownError
impl Unpin for ShutdownError
impl UnwindSafe for ShutdownError
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