pub struct ConfirmSetupIntentClientKeyParam {
pub customer_acceptance: ConfirmSetupIntentClientKeyParamCustomerAcceptance,
}
Fields§
§customer_acceptance: ConfirmSetupIntentClientKeyParamCustomerAcceptance
This hash contains details about the customer acceptance of the Mandate.
Implementations§
Source§impl ConfirmSetupIntentClientKeyParam
impl ConfirmSetupIntentClientKeyParam
pub fn new( customer_acceptance: impl Into<ConfirmSetupIntentClientKeyParamCustomerAcceptance>, ) -> Self
Trait Implementations§
Source§impl Clone for ConfirmSetupIntentClientKeyParam
impl Clone for ConfirmSetupIntentClientKeyParam
Source§fn clone(&self) -> ConfirmSetupIntentClientKeyParam
fn clone(&self) -> ConfirmSetupIntentClientKeyParam
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 moreAuto Trait Implementations§
impl Freeze for ConfirmSetupIntentClientKeyParam
impl RefUnwindSafe for ConfirmSetupIntentClientKeyParam
impl Send for ConfirmSetupIntentClientKeyParam
impl Sync for ConfirmSetupIntentClientKeyParam
impl Unpin for ConfirmSetupIntentClientKeyParam
impl UnwindSafe for ConfirmSetupIntentClientKeyParam
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