pub struct NotCpuAccessibleSnafu;Expand description
SNAFU context selector for the Error::NotCpuAccessible variant
Implementations§
Trait Implementations§
Source§impl Clone for NotCpuAccessibleSnafu
impl Clone for NotCpuAccessibleSnafu
Source§fn clone(&self) -> NotCpuAccessibleSnafu
fn clone(&self) -> NotCpuAccessibleSnafu
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 NotCpuAccessibleSnafu
impl Debug for NotCpuAccessibleSnafu
Source§impl IntoError<Error> for NotCpuAccessibleSnafu
impl IntoError<Error> for NotCpuAccessibleSnafu
impl Copy for NotCpuAccessibleSnafu
Auto Trait Implementations§
impl Freeze for NotCpuAccessibleSnafu
impl RefUnwindSafe for NotCpuAccessibleSnafu
impl Send for NotCpuAccessibleSnafu
impl Sync for NotCpuAccessibleSnafu
impl Unpin for NotCpuAccessibleSnafu
impl UnsafeUnpin for NotCpuAccessibleSnafu
impl UnwindSafe for NotCpuAccessibleSnafu
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