pub struct CpuNotFound;Trait Implementations§
Source§impl Clone for CpuNotFound
impl Clone for CpuNotFound
Source§fn clone(&self) -> CpuNotFound
fn clone(&self) -> CpuNotFound
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CpuNotFound
impl Debug for CpuNotFound
Source§impl Hash for CpuNotFound
impl Hash for CpuNotFound
Source§impl Ord for CpuNotFound
impl Ord for CpuNotFound
Source§fn cmp(&self, other: &CpuNotFound) -> Ordering
fn cmp(&self, other: &CpuNotFound) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CpuNotFound
impl PartialEq for CpuNotFound
Source§impl PartialOrd for CpuNotFound
impl PartialOrd for CpuNotFound
impl Eq for CpuNotFound
impl StructuralPartialEq for CpuNotFound
Auto Trait Implementations§
impl Freeze for CpuNotFound
impl RefUnwindSafe for CpuNotFound
impl Send for CpuNotFound
impl Sync for CpuNotFound
impl Unpin for CpuNotFound
impl UnwindSafe for CpuNotFound
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