pub enum ComplieError {
NotUnicode,
ByteCodeLenIsNeg,
ParseFail(String),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComplieError
impl RefUnwindSafe for ComplieError
impl Send for ComplieError
impl Sync for ComplieError
impl Unpin for ComplieError
impl UnwindSafe for ComplieError
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