pub struct AsyncOptions {
pub ordered: bool,
pub timeout: Duration,
pub max_concurrency: usize,
}Fields§
§ordered: bool§timeout: Duration§max_concurrency: usizeTrait Implementations§
Source§impl Clone for AsyncOptions
impl Clone for AsyncOptions
Source§fn clone(&self) -> AsyncOptions
fn clone(&self) -> AsyncOptions
Returns a duplicate of the value. Read more
1.0.0 · 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 AsyncOptions
impl Debug for AsyncOptions
Source§impl Default for AsyncOptions
impl Default for AsyncOptions
Source§impl PartialEq for AsyncOptions
impl PartialEq for AsyncOptions
impl Copy for AsyncOptions
impl Eq for AsyncOptions
impl StructuralPartialEq for AsyncOptions
Auto Trait Implementations§
impl Freeze for AsyncOptions
impl RefUnwindSafe for AsyncOptions
impl Send for AsyncOptions
impl Sync for AsyncOptions
impl Unpin for AsyncOptions
impl UnwindSafe for AsyncOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.