pub enum QueueMode {
Block,
FailFast,
}Expand description
Queue backpressure strategy.
Variants§
Trait Implementations§
impl Copy for QueueMode
impl Eq for QueueMode
impl StructuralPartialEq for QueueMode
Auto Trait Implementations§
impl Freeze for QueueMode
impl RefUnwindSafe for QueueMode
impl Send for QueueMode
impl Sync for QueueMode
impl Unpin for QueueMode
impl UnwindSafe for QueueMode
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