Struct wei_single::SingleInstance
source · pub struct SingleInstance { /* private fields */ }Expand description
A struct representing one running instance.
Implementations§
Trait Implementations§
Auto Trait Implementations§
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