pub enum BoundedSendErrorType {
Full,
NoReceivers,
}Variants§
Trait Implementations§
Source§impl Debug for BoundedSendErrorType
impl Debug for BoundedSendErrorType
Auto Trait Implementations§
impl Freeze for BoundedSendErrorType
impl RefUnwindSafe for BoundedSendErrorType
impl Send for BoundedSendErrorType
impl Sync for BoundedSendErrorType
impl Unpin for BoundedSendErrorType
impl UnwindSafe for BoundedSendErrorType
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