pub enum DeadletterEvent {
Incomplete(Slot),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeadletterEvent
impl RefUnwindSafe for DeadletterEvent
impl Send for DeadletterEvent
impl Sync for DeadletterEvent
impl Unpin for DeadletterEvent
impl UnsafeUnpin for DeadletterEvent
impl UnwindSafe for DeadletterEvent
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