pub enum ChannelCmd {
PublishAck((u64, bool)),
PublishNack((u64, bool)),
ReOpen(u16),
}Variants§
Auto Trait Implementations§
impl Freeze for ChannelCmd
impl RefUnwindSafe for ChannelCmd
impl Send for ChannelCmd
impl Sync for ChannelCmd
impl Unpin for ChannelCmd
impl UnsafeUnpin for ChannelCmd
impl UnwindSafe for ChannelCmd
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