Struct SendError

struct SendError<T>(3938)

Error returned by the Sender.

Implementations

impl<T> Any for SendError<T>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for SendError<T>

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

impl<T> BorrowMut for SendError<T>

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

impl<T> CloneToUninit for SendError<T>

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> Debug for SendError<T>

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

impl<T> Display for SendError<T>

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

impl<T> Error for SendError<T>

impl<T> Freeze for SendError<T>

impl<T> From for SendError<T>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> RefUnwindSafe for SendError<T>

impl<T> Send for SendError<T>

impl<T> StructuralPartialEq for SendError<T>

impl<T> Sync for SendError<T>

impl<T> ToOwned for SendError<T>

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T> ToString for SendError<T>

fn to_string(self: &Self) -> String

impl<T> Unpin for SendError<T>

impl<T> UnwindSafe for SendError<T>

impl<T, U> Into for SendError<T>

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 SendError<T>

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

impl<T, U> TryInto for SendError<T>

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

impl<T: $crate::clone::Clone> Clone for SendError<T>

fn clone(self: &Self) -> SendError<T>

impl<T: $crate::cmp::Eq> Eq for SendError<T>

impl<T: $crate::cmp::PartialEq> PartialEq for SendError<T>

fn eq(self: &Self, other: &SendError<T>) -> bool

impl<T: $crate::marker::Copy> Copy for SendError<T>