pub struct SingleInstance { /* private fields */ }
Expand description
A struct representing one running instance.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SingleInstance
impl RefUnwindSafe for SingleInstance
impl Send for SingleInstance
impl Sync for SingleInstance
impl Unpin for SingleInstance
impl UnwindSafe for SingleInstance
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