Struct solana_remote_wallet::remote_wallet::RemoteWalletInfo [−][src]
pub struct RemoteWalletInfo { pub model: String, pub manufacturer: Manufacturer, pub serial: String, pub host_device_path: String, pub pubkey: Pubkey, pub error: Option<RemoteWalletError>, }
Expand description
Remote wallet information.
Fields
model: String
Expand description
RemoteWallet device model
manufacturer: Manufacturer
Expand description
RemoteWallet device manufacturer
serial: String
Expand description
RemoteWallet device serial number
host_device_path: String
Expand description
RemoteWallet host device path
pubkey: Pubkey
Expand description
Base pubkey of device at Solana derivation path
error: Option<RemoteWalletError>
Expand description
Initial read error
Implementations
impl RemoteWalletInfo
[src]
impl RemoteWalletInfo
[src]pub fn parse_locator(locator: Locator) -> Self
[src]
pub fn get_pretty_path(&self) -> String
[src]
Trait Implementations
impl Clone for RemoteWalletInfo
[src]
impl Clone for RemoteWalletInfo
[src]fn clone(&self) -> RemoteWalletInfo
[src]
fn clone(&self) -> RemoteWalletInfo
[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 RemoteWalletInfo
[src]
impl Debug for RemoteWalletInfo
[src]impl Default for RemoteWalletInfo
[src]
impl Default for RemoteWalletInfo
[src]fn default() -> RemoteWalletInfo
[src]
fn default() -> RemoteWalletInfo
[src]Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RemoteWalletInfo
impl Send for RemoteWalletInfo
impl Sync for RemoteWalletInfo
impl Unpin for RemoteWalletInfo
impl UnwindSafe for RemoteWalletInfo
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
pub default fn example() -> T
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<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>,