pub enum AbiParserError {
FileIoError(String),
Serde(String),
MissingData(String),
InvalidAbiEncoding(String),
TypeError,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AbiParserError
impl RefUnwindSafe for AbiParserError
impl Send for AbiParserError
impl Sync for AbiParserError
impl Unpin for AbiParserError
impl UnwindSafe for AbiParserError
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