pub struct PolicyRuleAmount {}Expand description
PolicyRuleAmount : Defines the value a transaction must exceed for the rule to apply to it (according to the amountCurrency field)
Implementations§
Source§impl PolicyRuleAmount
impl PolicyRuleAmount
Sourcepub fn new() -> PolicyRuleAmount
pub fn new() -> PolicyRuleAmount
Defines the value a transaction must exceed for the rule to apply to it (according to the amountCurrency field)
Trait Implementations§
Source§impl Clone for PolicyRuleAmount
impl Clone for PolicyRuleAmount
Source§fn clone(&self) -> PolicyRuleAmount
fn clone(&self) -> PolicyRuleAmount
Returns a duplicate 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 moreSource§impl Debug for PolicyRuleAmount
impl Debug for PolicyRuleAmount
Source§impl Default for PolicyRuleAmount
impl Default for PolicyRuleAmount
Source§fn default() -> PolicyRuleAmount
fn default() -> PolicyRuleAmount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PolicyRuleAmount
impl<'de> Deserialize<'de> for PolicyRuleAmount
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PolicyRuleAmount
impl PartialEq for PolicyRuleAmount
Source§impl Serialize for PolicyRuleAmount
impl Serialize for PolicyRuleAmount
impl StructuralPartialEq for PolicyRuleAmount
Auto Trait Implementations§
impl Freeze for PolicyRuleAmount
impl RefUnwindSafe for PolicyRuleAmount
impl Send for PolicyRuleAmount
impl Sync for PolicyRuleAmount
impl Unpin for PolicyRuleAmount
impl UnwindSafe for PolicyRuleAmount
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