pub struct ConcurrencyModule;Expand description
What a concurrency request produces: one direct declaration-site unit carrying the exploration module.
Trait Implementations§
Source§impl Clone for ConcurrencyModule
impl Clone for ConcurrencyModule
Source§fn clone(&self) -> ConcurrencyModule
fn clone(&self) -> ConcurrencyModule
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 moreimpl Copy for ConcurrencyModule
Source§impl Debug for ConcurrencyModule
impl Debug for ConcurrencyModule
impl Eq for ConcurrencyModule
Source§impl Kind for ConcurrencyModule
impl Kind for ConcurrencyModule
Source§const NAME: &'static str = "concurrency-module"
const NAME: &'static str = "concurrency-module"
The name this kind is spelled by wherever a name is written down. Read more
Source§type Content = ConcurrencyDeclaration
type Content = ConcurrencyDeclaration
The facts a request of this kind carries beyond its captured tokens. Read more
Source§type Question = NoQuestions
type Question = NoQuestions
The questions this kind owes beyond the universal ones.
Source§impl PartialEq for ConcurrencyModule
impl PartialEq for ConcurrencyModule
impl StructuralPartialEq for ConcurrencyModule
Auto Trait Implementations§
impl Freeze for ConcurrencyModule
impl RefUnwindSafe for ConcurrencyModule
impl Send for ConcurrencyModule
impl Sync for ConcurrencyModule
impl Unpin for ConcurrencyModule
impl UnsafeUnpin for ConcurrencyModule
impl UnwindSafe for ConcurrencyModule
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