Struct Closed

struct Closed { ... }

An error produced when the a buffer's worker closes unexpectedly.

Implementations

impl Debug for Closed

fn fmt(self: &Self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result

impl Display for Closed

fn fmt(self: &Self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result

impl Error for Closed

impl Freeze for Closed

impl RefUnwindSafe for Closed

impl Send for Closed

impl Sync for Closed

impl Unpin for Closed

impl UnwindSafe for Closed

impl<T> Any for Closed

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Closed

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for Closed

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for Closed

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> Instrument for Closed

impl<T> ToString for Closed

fn to_string(self: &Self) -> String

impl<T> WithSubscriber for Closed

impl<T, U> Into for Closed

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for Closed

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for Closed

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>