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 Freeze for LedgerSettings
impl RefUnwindSafe for LedgerSettings
impl Send for LedgerSettings
impl Sync for LedgerSettings
impl Unpin for LedgerSettings
impl UnwindSafe for LedgerSettings
Blanket Implementations§
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