pub struct MTModel;Expand description
Multi thread model
Trait Implementations§
Source§impl ThreadModel for MTModel
impl ThreadModel for MTModel
type Guard<T> = MTModelHolder<T>
Auto Trait Implementations§
impl Freeze for MTModel
impl RefUnwindSafe for MTModel
impl Send for MTModel
impl Sync for MTModel
impl Unpin for MTModel
impl UnwindSafe for MTModel
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