Enum sp_core::ecdsa::PublicError [−][src]
pub enum PublicError { BadBase58, BadLength, UnknownVersion, InvalidChecksum, }
An error type for SS58 decoding.
Variants
Bad alphabet.
Bad length.
Unknown version.
Invalid checksum.
Trait Implementations
impl Clone for PublicError
[src]
impl Clone for PublicError
[src]fn clone(&self) -> PublicError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<PublicError> for PublicError
[src]
impl PartialEq<PublicError> for PublicError
[src]impl Copy for PublicError
[src]
impl Eq for PublicError
[src]
impl StructuralEq for PublicError
[src]
impl StructuralPartialEq for PublicError
[src]
Auto Trait Implementations
impl RefUnwindSafe for PublicError
impl Send for PublicError
impl Sync for PublicError
impl Unpin for PublicError
impl UnwindSafe for PublicError
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(Self) -> T
[src]
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,