pub struct NoExclusion;
Expand description
Allows any jobs to run at the same time
Trait Implementations§
Source§impl Clone for NoExclusion
impl Clone for NoExclusion
Source§fn clone(&self) -> NoExclusion
fn clone(&self) -> NoExclusion
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 NoExclusion
impl Debug for NoExclusion
Source§impl PartialEq for NoExclusion
impl PartialEq for NoExclusion
impl Copy for NoExclusion
Auto Trait Implementations§
impl Freeze for NoExclusion
impl RefUnwindSafe for NoExclusion
impl Send for NoExclusion
impl Sync for NoExclusion
impl Unpin for NoExclusion
impl UnwindSafe for NoExclusion
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