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]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Error for LocatorError
[src]
impl Error for LocatorError
[src]impl From<Infallible> for LocatorError
[src]
impl From<Infallible> for LocatorError
[src]fn from(_: Infallible) -> Self
[src]
impl From<LocatorError> for RemoteWalletError
[src]
impl From<LocatorError> for RemoteWalletError
[src]fn from(source: LocatorError) -> Self
[src]
impl From<ManufacturerError> for LocatorError
[src]
impl From<ManufacturerError> for LocatorError
[src]fn from(source: ManufacturerError) -> Self
[src]
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]
impl PartialEq<LocatorError> for LocatorError
[src]
impl PartialEq<LocatorError> for LocatorError
[src]fn eq(&self, other: &LocatorError) -> bool
[src]
fn ne(&self, other: &LocatorError) -> bool
[src]
impl StructuralPartialEq for LocatorError
[src]
impl StructuralPartialEq for LocatorError
[src]Auto Trait Implementations
impl RefUnwindSafe for LocatorError
impl RefUnwindSafe for LocatorError
impl Send for LocatorError
impl Send for LocatorError
impl Sync for LocatorError
impl Sync for LocatorError
impl Unpin for LocatorError
impl Unpin for LocatorError
impl UnwindSafe 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)
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>,