pub enum ConcurrencyModel {
MultiThreaded,
Async,
}
Expand description
Represents a concurrency model.
Variants§
Auto Trait Implementations§
impl Freeze for ConcurrencyModel
impl RefUnwindSafe for ConcurrencyModel
impl Send for ConcurrencyModel
impl Sync for ConcurrencyModel
impl Unpin for ConcurrencyModel
impl UnwindSafe for ConcurrencyModel
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