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
sourceimpl Clone for LocatorError
impl Clone for LocatorError
sourcefn clone(&self) -> LocatorError
fn clone(&self) -> LocatorError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LocatorError
impl Debug for LocatorError
sourceimpl Display for LocatorError
impl Display for LocatorError
sourceimpl Error for LocatorError
impl Error for LocatorError
sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl From<Infallible> for LocatorError
impl From<Infallible> for LocatorError
sourcefn from(_: Infallible) -> Self
fn from(_: Infallible) -> Self
Converts to this type from the input type.
sourceimpl From<LocatorError> for RemoteWalletError
impl From<LocatorError> for RemoteWalletError
sourcefn from(source: LocatorError) -> Self
fn from(source: LocatorError) -> Self
Converts to this type from the input type.
sourceimpl From<ManufacturerError> for LocatorError
impl From<ManufacturerError> for LocatorError
sourcefn from(source: ManufacturerError) -> Self
fn from(source: ManufacturerError) -> Self
Converts to this type from the input type.
sourceimpl From<ParsePubkeyError> for LocatorError
impl From<ParsePubkeyError> for LocatorError
sourceimpl From<URIReferenceError> for LocatorError
impl From<URIReferenceError> for LocatorError
sourcefn from(source: URIReferenceError) -> Self
fn from(source: URIReferenceError) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<LocatorError> for LocatorError
impl PartialEq<LocatorError> for LocatorError
sourcefn eq(&self, other: &LocatorError) -> bool
fn eq(&self, other: &LocatorError) -> bool
impl Eq for LocatorError
impl StructuralEq for LocatorError
impl StructuralPartialEq for LocatorError
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
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more