Enum solana_sdk::derivation_path::DerivationPathError [−][src]
pub enum DerivationPathError { InvalidDerivationPath(String), Infallible, }
Derivation path error.
Variants
InvalidDerivationPath(String)
Trait Implementations
impl Clone for DerivationPathError
[src]
impl Clone for DerivationPathError
[src]fn clone(&self) -> DerivationPathError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Display for DerivationPathError
[src]
impl Display for DerivationPathError
[src]impl Error for DerivationPathError
[src]
impl Error for DerivationPathError
[src]impl From<Infallible> for DerivationPathError
[src]
impl From<Infallible> for DerivationPathError
[src]fn from(_: Infallible) -> Self
[src]
impl PartialEq<DerivationPathError> for DerivationPathError
[src]
impl PartialEq<DerivationPathError> for DerivationPathError
[src]fn eq(&self, other: &DerivationPathError) -> bool
[src]
fn ne(&self, other: &DerivationPathError) -> bool
[src]
Auto Trait Implementations
impl RefUnwindSafe for DerivationPathError
impl RefUnwindSafe for DerivationPathError
impl Send for DerivationPathError
impl Send for DerivationPathError
impl Sync for DerivationPathError
impl Sync for DerivationPathError
impl Unpin for DerivationPathError
impl Unpin for DerivationPathError
impl UnwindSafe for DerivationPathError
impl UnwindSafe for DerivationPathError
Blanket Implementations
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[src]impl<T> AsFail for T where
T: Fail,
impl<T> AsFail for T where
T: Fail,
pub fn as_fail(&self) -> &(dyn Fail + 'static)
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,