pub struct CpuIndexError { /* private fields */ }Expand description
Error returned when a logical CPU index does not fit the supported range.
Implementations§
Trait Implementations§
Source§impl Clone for CpuIndexError
impl Clone for CpuIndexError
Source§fn clone(&self) -> CpuIndexError
fn clone(&self) -> CpuIndexError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CpuIndexError
Source§impl Debug for CpuIndexError
impl Debug for CpuIndexError
Source§impl Display for CpuIndexError
impl Display for CpuIndexError
impl Eq for CpuIndexError
Source§impl Error for CpuIndexError
impl Error for CpuIndexError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for CpuIndexError
impl PartialEq for CpuIndexError
impl StructuralPartialEq for CpuIndexError
Auto Trait Implementations§
impl Freeze for CpuIndexError
impl RefUnwindSafe for CpuIndexError
impl Send for CpuIndexError
impl Sync for CpuIndexError
impl Unpin for CpuIndexError
impl UnsafeUnpin for CpuIndexError
impl UnwindSafe for CpuIndexError
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