pub struct MandateAuBecsDebit {
pub url: String,
}
Fields§
§url: String
The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.
Trait Implementations§
Source§impl Clone for MandateAuBecsDebit
impl Clone for MandateAuBecsDebit
Source§fn clone(&self) -> MandateAuBecsDebit
fn clone(&self) -> MandateAuBecsDebit
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 MandateAuBecsDebit
impl Debug for MandateAuBecsDebit
Source§impl Deserialize for MandateAuBecsDebit
impl Deserialize for MandateAuBecsDebit
Source§impl FromValueOpt for MandateAuBecsDebit
impl FromValueOpt for MandateAuBecsDebit
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for MandateAuBecsDebit
impl RefUnwindSafe for MandateAuBecsDebit
impl Send for MandateAuBecsDebit
impl Sync for MandateAuBecsDebit
impl Unpin for MandateAuBecsDebit
impl UnwindSafe for MandateAuBecsDebit
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