pub(crate) struct SetupResult {
pub(crate) pmgr: Arc<ProcMgr>,
}
Expand description
Result of setup()
.
Fields§
§pmgr: Arc<ProcMgr>
Auto Trait Implementations§
impl Freeze for SetupResult
impl !RefUnwindSafe for SetupResult
impl Send for SetupResult
impl Sync for SetupResult
impl Unpin for SetupResult
impl !UnwindSafe for SetupResult
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