Struct solana_remote_wallet::ledger::LedgerSettings
source · pub struct LedgerSettings {
pub enable_blind_signing: bool,
pub pubkey_display: PubkeyDisplayMode,
}
Fields
enable_blind_signing: bool
pubkey_display: PubkeyDisplayMode
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LedgerSettings
impl Send for LedgerSettings
impl Sync for LedgerSettings
impl Unpin for LedgerSettings
impl UnwindSafe for LedgerSettings
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