pub struct CoreCount;Expand description
Number of cores in the JAM.
Trait Implementations§
impl Copy for CoreCount
impl Eq for CoreCount
impl StructuralPartialEq for CoreCount
Auto Trait Implementations§
impl Freeze for CoreCount
impl RefUnwindSafe for CoreCount
impl Send for CoreCount
impl Sync for CoreCount
impl Unpin for CoreCount
impl UnwindSafe for CoreCount
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