pub struct PexError {
pub kind: PexErrorKind,
}Expand description
Pex error structure.
Fields§
§kind: PexErrorKindKind of the error.
Implementations§
Auto Trait Implementations§
impl Freeze for PexError
impl RefUnwindSafe for PexError
impl Send for PexError
impl Sync for PexError
impl Unpin for PexError
impl UnwindSafe for PexError
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