pub enum RegisterMpscChannelSendError {
Full(RegisterType),
DisconnectedOrClosed(RegisterType),
}Variants
Full(RegisterType)
DisconnectedOrClosed(RegisterType)
Auto Trait Implementations
impl RefUnwindSafe for RegisterMpscChannelSendError
impl Send for RegisterMpscChannelSendError
impl Sync for RegisterMpscChannelSendError
impl Unpin for RegisterMpscChannelSendError
impl UnwindSafe for RegisterMpscChannelSendError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more