pub struct PioError(/* private fields */);Expand description
Structured operation failure.
Auto Trait Implementations§
impl Freeze for PioError
impl RefUnwindSafe for PioError
impl Send for PioError
impl Sync for PioError
impl Unpin for PioError
impl UnsafeUnpin for PioError
impl UnwindSafe for PioError
Blanket Implementations§
impl<T> Allocation for T
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