pub enum PendingCmd {
Ack((u64, bool)),
Nack((u64, bool)),
}Variants§
Auto Trait Implementations§
impl Freeze for PendingCmd
impl RefUnwindSafe for PendingCmd
impl Send for PendingCmd
impl Sync for PendingCmd
impl Unpin for PendingCmd
impl UnsafeUnpin for PendingCmd
impl UnwindSafe for PendingCmd
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