pub struct SelfTestFailure(/* private fields */);
Expand description
An error type representing failure modes a Pukcc::self_test
service
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SelfTestFailure
impl RefUnwindSafe for SelfTestFailure
impl Send for SelfTestFailure
impl Sync for SelfTestFailure
impl Unpin for SelfTestFailure
impl UnwindSafe for SelfTestFailure
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