pub struct MandateSingleUse {
pub amount: i64,
pub currency: Currency,
}
Fields§
§amount: i64
The amount of the payment on a single use mandate.
currency: Currency
The currency of the payment on a single use mandate.
Trait Implementations§
Source§impl Clone for MandateSingleUse
impl Clone for MandateSingleUse
Source§fn clone(&self) -> MandateSingleUse
fn clone(&self) -> MandateSingleUse
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 MandateSingleUse
impl Debug for MandateSingleUse
Source§impl Deserialize for MandateSingleUse
impl Deserialize for MandateSingleUse
Source§impl ObjectDeser for MandateSingleUse
impl ObjectDeser for MandateSingleUse
impl Copy for MandateSingleUse
Auto Trait Implementations§
impl Freeze for MandateSingleUse
impl RefUnwindSafe for MandateSingleUse
impl Send for MandateSingleUse
impl Sync for MandateSingleUse
impl Unpin for MandateSingleUse
impl UnwindSafe for MandateSingleUse
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