pub struct ConfigMt { /* private fields */ }
Expand description
Global configuration with multithreading support.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigMt
impl RefUnwindSafe for ConfigMt
impl Send for ConfigMt
impl Sync for ConfigMt
impl Unpin for ConfigMt
impl UnwindSafe for ConfigMt
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