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