Enum solana_remote_wallet::locator::LocatorError [−][src]
pub enum LocatorError { ManufacturerError(ManufacturerError), PubkeyError(ParsePubkeyError), UriReferenceError(URIReferenceError), UnimplementedScheme, Infallible, }
Variants
ManufacturerError(ManufacturerError)
UriReferenceError(URIReferenceError)
Trait Implementations
impl Clone for LocatorError
[src]
impl Clone for LocatorError
[src]fn clone(&self) -> LocatorError
[src]
fn clone(&self) -> LocatorError
[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]Performs copy-assignment from source
. Read more
impl Debug for LocatorError
[src]
impl Debug for LocatorError
[src]impl Display for LocatorError
[src]
impl Display for LocatorError
[src]impl Error for LocatorError
[src]
impl Error for LocatorError
[src]fn source(&self) -> Option<&(dyn Error + 'static)>
[src]
fn source(&self) -> Option<&(dyn Error + 'static)>
[src]The lower-level source of this error, if any. Read more
fn backtrace(&self) -> Option<&Backtrace>
[src]
fn backtrace(&self) -> Option<&Backtrace>
[src]backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
fn description(&self) -> &str
1.0.0[src]
fn description(&self) -> &str
1.0.0[src]use the Display impl or to_string()
impl From<Infallible> for LocatorError
[src]
impl From<Infallible> for LocatorError
[src]fn from(_: Infallible) -> Self
[src]
fn from(_: Infallible) -> Self
[src]Performs the conversion.
impl From<LocatorError> for RemoteWalletError
[src]
impl From<LocatorError> for RemoteWalletError
[src]fn from(source: LocatorError) -> Self
[src]
fn from(source: LocatorError) -> Self
[src]Performs the conversion.
impl From<ManufacturerError> for LocatorError
[src]
impl From<ManufacturerError> for LocatorError
[src]fn from(source: ManufacturerError) -> Self
[src]
fn from(source: ManufacturerError) -> Self
[src]Performs the conversion.
impl From<ParsePubkeyError> for LocatorError
[src]
impl From<ParsePubkeyError> for LocatorError
[src]impl From<URIReferenceError> for LocatorError
[src]
impl From<URIReferenceError> for LocatorError
[src]fn from(source: URIReferenceError) -> Self
[src]
fn from(source: URIReferenceError) -> Self
[src]Performs the conversion.
impl PartialEq<LocatorError> for LocatorError
[src]
impl PartialEq<LocatorError> for LocatorError
[src]fn eq(&self, other: &LocatorError) -> bool
[src]
fn eq(&self, other: &LocatorError) -> bool
[src]This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &LocatorError) -> bool
[src]
fn ne(&self, other: &LocatorError) -> bool
[src]This method tests for !=
.
impl StructuralPartialEq for LocatorError
[src]
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
pub default fn example() -> T
impl<T> AsFail for T where
T: Fail,
impl<T> AsFail for T where
T: Fail,
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
.
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<E> Fail for E where
E: 'static + Error + Send + Sync,
impl<E> Fail for E where
E: 'static + Error + Send + Sync,
fn cause(&self) -> Option<&(dyn Fail + 'static)>
fn cause(&self) -> Option<&(dyn Fail + 'static)>
Returns a reference to the underlying cause of this failure, if it is an error that wraps other errors. Read more
fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the Backtrace
carried by this failure, if it
carries one. Read more
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,