Struct ReuniteError

struct ReuniteError<T, Item>(3354, 3355)

Error indicating a SplitSink<S> and SplitStream<S> were not two halves of a Stream + Split, and thus could not be reunited.

Implementations

impl<T> Any for ReuniteError<T, Item>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ReuniteError<T, Item>

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

impl<T> BorrowMut for ReuniteError<T, Item>

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

impl<T> From for ReuniteError<T, Item>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToString for ReuniteError<T, Item>

fn to_string(self: &Self) -> String

impl<T, Item> Debug for ReuniteError<T, Item>

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

impl<T, Item> Display for ReuniteError<T, Item>

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

impl<T, Item> Freeze for ReuniteError<T, Item>

impl<T, Item> RefUnwindSafe for ReuniteError<T, Item>

impl<T, Item> Send for ReuniteError<T, Item>

impl<T, Item> Sync for ReuniteError<T, Item>

impl<T, Item> Unpin for ReuniteError<T, Item>

impl<T, Item> UnsafeUnpin for ReuniteError<T, Item>

impl<T, Item> UnwindSafe for ReuniteError<T, Item>

impl<T, U> Into for ReuniteError<T, Item>

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 ReuniteError<T, Item>

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

impl<T, U> TryInto for ReuniteError<T, Item>

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

impl<T: core::any::Any, Item> Error for ReuniteError<T, Item>