Struct lightning_signer::policy::simple_validator::PolicyDevFlags
source · pub struct PolicyDevFlags {
pub disable_beneficial_balance_checks: bool,
}
Expand description
Development flags included in SimplePolicy
Fields§
§disable_beneficial_balance_checks: bool
Allow sending to unknown destinations
Trait Implementations§
source§impl Clone for PolicyDevFlags
impl Clone for PolicyDevFlags
source§fn clone(&self) -> PolicyDevFlags
fn clone(&self) -> PolicyDevFlags
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 moreAuto Trait Implementations§
impl RefUnwindSafe for PolicyDevFlags
impl Send for PolicyDevFlags
impl Sync for PolicyDevFlags
impl Unpin for PolicyDevFlags
impl UnwindSafe for PolicyDevFlags
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