pub struct DeviceErrorReport { /* private fields */ }Expand description
Backend-provided description of one device error. The backend cannot pick a failure domain or execution identity; core attaches both after checking the concrete runtime device.
Implementations§
Trait Implementations§
Source§impl Clone for DeviceErrorReport
impl Clone for DeviceErrorReport
Source§fn clone(&self) -> DeviceErrorReport
fn clone(&self) -> DeviceErrorReport
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 moreSource§impl Debug for DeviceErrorReport
impl Debug for DeviceErrorReport
impl Eq for DeviceErrorReport
Source§impl PartialEq for DeviceErrorReport
impl PartialEq for DeviceErrorReport
Source§impl Serialize for DeviceErrorReport
impl Serialize for DeviceErrorReport
impl StructuralPartialEq for DeviceErrorReport
Auto Trait Implementations§
impl Freeze for DeviceErrorReport
impl RefUnwindSafe for DeviceErrorReport
impl Send for DeviceErrorReport
impl Sync for DeviceErrorReport
impl Unpin for DeviceErrorReport
impl UnsafeUnpin for DeviceErrorReport
impl UnwindSafe for DeviceErrorReport
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