pub struct MaxTransactionValueRule;Trait Implementations§
Source§impl PolicyRule for MaxTransactionValueRule
impl PolicyRule for MaxTransactionValueRule
Auto Trait Implementations§
impl Freeze for MaxTransactionValueRule
impl RefUnwindSafe for MaxTransactionValueRule
impl Send for MaxTransactionValueRule
impl Sync for MaxTransactionValueRule
impl Unpin for MaxTransactionValueRule
impl UnsafeUnpin for MaxTransactionValueRule
impl UnwindSafe for MaxTransactionValueRule
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