pub struct AccountCardIssuingSettings {
pub tos_acceptance: Option<CardIssuingAccountTermsOfService>,
}
Fields§
§tos_acceptance: Option<CardIssuingAccountTermsOfService>
Trait Implementations§
Source§impl Clone for AccountCardIssuingSettings
impl Clone for AccountCardIssuingSettings
Source§fn clone(&self) -> AccountCardIssuingSettings
fn clone(&self) -> AccountCardIssuingSettings
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 AccountCardIssuingSettings
impl Debug for AccountCardIssuingSettings
Source§impl FromValueOpt for AccountCardIssuingSettings
impl FromValueOpt for AccountCardIssuingSettings
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for AccountCardIssuingSettings
impl RefUnwindSafe for AccountCardIssuingSettings
impl Send for AccountCardIssuingSettings
impl Sync for AccountCardIssuingSettings
impl Unpin for AccountCardIssuingSettings
impl UnwindSafe for AccountCardIssuingSettings
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