Struct anchor_cli::config::WalletPath
source · pub struct WalletPath(_);Trait Implementations§
source§impl Clone for WalletPath
impl Clone for WalletPath
source§fn clone(&self) -> WalletPath
fn clone(&self) -> WalletPath
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for WalletPath
impl Debug for WalletPath
source§impl Default for WalletPath
impl Default for WalletPath
source§impl FromStr for WalletPath
impl FromStr for WalletPath
Auto Trait Implementations§
impl RefUnwindSafe for WalletPath
impl Send for WalletPath
impl Sync for WalletPath
impl Unpin for WalletPath
impl UnwindSafe for WalletPath
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more