pub enum PexErrorKind {
SyntaxError {},
}Expand description
Kinds of Pex errors.
Variants§
SyntaxError
Syntax error.
Implementations§
Source§impl PexErrorKind
impl PexErrorKind
Sourcepub fn new_syntax_error() -> Self
pub fn new_syntax_error() -> Self
Creates a new syntax error kind.
Auto Trait Implementations§
impl Freeze for PexErrorKind
impl RefUnwindSafe for PexErrorKind
impl Send for PexErrorKind
impl Sync for PexErrorKind
impl Unpin for PexErrorKind
impl UnwindSafe for PexErrorKind
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