pub struct SetwalletflagParams {
pub flag: String,
pub value: Option<bool>,
}Expand description
Change the state of the given wallet flag for a wallet.
Fields§
§flag: StringThe name of the flag to change. Current available flags: avoid_reuse
value: Option<bool>The new state.
Trait Implementations§
Source§impl Debug for SetwalletflagParams
impl Debug for SetwalletflagParams
Auto Trait Implementations§
impl Freeze for SetwalletflagParams
impl RefUnwindSafe for SetwalletflagParams
impl Send for SetwalletflagParams
impl Sync for SetwalletflagParams
impl Unpin for SetwalletflagParams
impl UnwindSafe for SetwalletflagParams
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