pub enum SendEvent {
Sent(u32),
Failed(i32),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SendEvent
impl RefUnwindSafe for SendEvent
impl Send for SendEvent
impl Sync for SendEvent
impl Unpin for SendEvent
impl UnsafeUnpin for SendEvent
impl UnwindSafe for SendEvent
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