Enum solana_remote_wallet::locator::LocatorError
source · [−]pub enum LocatorError {
ManufacturerError(ManufacturerError),
PubkeyError(ParsePubkeyError),
UriReferenceError(URIReferenceError),
UnimplementedScheme,
Infallible,
}
Variants
ManufacturerError(ManufacturerError)
PubkeyError(ParsePubkeyError)
UriReferenceError(URIReferenceError)
UnimplementedScheme
Infallible
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 LocatorError
impl Send for LocatorError
impl Sync for LocatorError
impl Unpin for LocatorError
impl UnwindSafe for LocatorError
Blanket Implementations
pub default fn example() -> T
pub fn as_fail(&self) -> &(dyn Fail + 'static)
pub fn as_fail(&self) -> &(dyn Fail + 'static)
Converts a reference to Self
into a dynamic trait object of Fail
.
Mutably borrows from an owned value. Read more