pub enum InterpretAddressError {
UnsupportedNetwork,
UnsupportedPayload,
}Variants§
Trait Implementations§
Source§impl Clone for InterpretAddressError
impl Clone for InterpretAddressError
Source§fn clone(&self) -> InterpretAddressError
fn clone(&self) -> InterpretAddressError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InterpretAddressError
impl Debug for InterpretAddressError
Source§impl PartialEq for InterpretAddressError
impl PartialEq for InterpretAddressError
impl Eq for InterpretAddressError
impl StructuralPartialEq for InterpretAddressError
Auto Trait Implementations§
impl Freeze for InterpretAddressError
impl RefUnwindSafe for InterpretAddressError
impl Send for InterpretAddressError
impl Sync for InterpretAddressError
impl Unpin for InterpretAddressError
impl UnwindSafe for InterpretAddressError
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