pub enum QueueFeature {
Delay,
Headers,
Keyed,
Partition,
BatchPublish,
BatchConsume,
DeadLetter,
Transactions,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for QueueFeature
impl Clone for QueueFeature
Source§fn clone(&self) -> QueueFeature
fn clone(&self) -> QueueFeature
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QueueFeature
impl Debug for QueueFeature
Source§impl Hash for QueueFeature
impl Hash for QueueFeature
Source§impl PartialEq for QueueFeature
impl PartialEq for QueueFeature
Source§fn eq(&self, other: &QueueFeature) -> bool
fn eq(&self, other: &QueueFeature) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for QueueFeature
impl Eq for QueueFeature
impl StructuralPartialEq for QueueFeature
Auto Trait Implementations§
impl Freeze for QueueFeature
impl RefUnwindSafe for QueueFeature
impl Send for QueueFeature
impl Sync for QueueFeature
impl Unpin for QueueFeature
impl UnsafeUnpin for QueueFeature
impl UnwindSafe for QueueFeature
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