pub enum PexErrorKind {
SyntaxError {},
}Variants§
SyntaxError
Implementations§
Source§impl PexErrorKind
impl PexErrorKind
pub fn new_syntax_error() -> Self
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