pub struct VanityGeneratorError(pub &'static str);Tuple Fields§
§0: &'static strTrait Implementations§
Source§impl Debug for VanityGeneratorError
impl Debug for VanityGeneratorError
Source§impl Display for VanityGeneratorError
impl Display for VanityGeneratorError
Source§impl Error for VanityGeneratorError
impl Error for VanityGeneratorError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl From<KeysAndAddressError> for VanityGeneratorError
impl From<KeysAndAddressError> for VanityGeneratorError
Source§fn from(keys_and_address_err: KeysAndAddressError) -> Self
fn from(keys_and_address_err: KeysAndAddressError) -> Self
Converts to this type from the input type.
Source§impl From<VanityGeneratorError> for VanityError
impl From<VanityGeneratorError> for VanityError
Source§fn from(vanity_err: VanityGeneratorError) -> Self
fn from(vanity_err: VanityGeneratorError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VanityGeneratorError
impl RefUnwindSafe for VanityGeneratorError
impl Send for VanityGeneratorError
impl Sync for VanityGeneratorError
impl Unpin for VanityGeneratorError
impl UnsafeUnpin for VanityGeneratorError
impl UnwindSafe for VanityGeneratorError
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