Struct solana_sdk::derivation_path::DerivationPath [−][src]
pub struct DerivationPath(_);
Implementations
pub fn from_uri_key_query(
uri: &URIReference<'_>
) -> Result<Option<Self>, DerivationPathError>
pub fn from_uri_any_query(
uri: &URIReference<'_>
) -> Result<Option<Self>, DerivationPathError>
Trait Implementations
Performs the conversion.
type IntoIter = Iter<'a, ChildIndex>
type IntoIter = Iter<'a, ChildIndex>
Which kind of iterator are we turning this into?
type Item = &'a ChildIndex
type Item = &'a ChildIndex
The type of the elements being iterated over.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DerivationPath
impl Send for DerivationPath
impl Sync for DerivationPath
impl Unpin for DerivationPath
impl UnwindSafe for DerivationPath
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self