pub struct Authorisation2 {
pub max_amt_by_tx: Option<FixedAmountOrUnlimited1Choice>,
pub max_amt_by_prd: Option<Vec<MaximumAmountByPeriod1>>,
pub max_amt_by_blk_submissn: Option<FixedAmountOrUnlimited1Choice>,
}Fields§
§max_amt_by_tx: Option<FixedAmountOrUnlimited1Choice>§max_amt_by_prd: Option<Vec<MaximumAmountByPeriod1>>§max_amt_by_blk_submissn: Option<FixedAmountOrUnlimited1Choice>Implementations§
Source§impl Authorisation2
impl Authorisation2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Authorisation2
impl RefUnwindSafe for Authorisation2
impl Send for Authorisation2
impl Sync for Authorisation2
impl Unpin for Authorisation2
impl UnwindSafe for Authorisation2
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