pub enum RabbitMqQueueAction {
Sync,
CancelSync,
}
Variants§
Trait Implementations§
Source§impl Debug for RabbitMqQueueAction
impl Debug for RabbitMqQueueAction
Auto Trait Implementations§
impl Freeze for RabbitMqQueueAction
impl RefUnwindSafe for RabbitMqQueueAction
impl Send for RabbitMqQueueAction
impl Sync for RabbitMqQueueAction
impl Unpin for RabbitMqQueueAction
impl UnwindSafe for RabbitMqQueueAction
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