Struct solidity_abi::ABIDecodeError
source · pub struct ABIDecodeError(pub &'static str);
Tuple Fields§
§0: &'static str
Trait Implementations§
source§impl Debug for ABIDecodeError
impl Debug for ABIDecodeError
source§impl PartialEq for ABIDecodeError
impl PartialEq for ABIDecodeError
source§fn eq(&self, other: &ABIDecodeError) -> bool
fn eq(&self, other: &ABIDecodeError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ABIDecodeError
Auto Trait Implementations§
impl Freeze for ABIDecodeError
impl RefUnwindSafe for ABIDecodeError
impl Send for ABIDecodeError
impl Sync for ABIDecodeError
impl Unpin for ABIDecodeError
impl UnwindSafe for ABIDecodeError
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