pub struct SingletonProcess { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for SingletonProcess
impl RefUnwindSafe for SingletonProcess
impl Send for SingletonProcess
impl Sync for SingletonProcess
impl Unpin for SingletonProcess
impl UnsafeUnpin for SingletonProcess
impl UnwindSafe for SingletonProcess
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