pub struct CreateAccountSessionComponentsIssuingCardsList {
pub enabled: bool,
pub features: Option<CreateAccountSessionComponentsIssuingCardsListFeatures>,
}Expand description
Configuration for the issuing cards list embedded component.
Fields§
§enabled: boolWhether the embedded component is enabled.
features: Option<CreateAccountSessionComponentsIssuingCardsListFeatures>The list of features enabled in the embedded component.
Implementations§
Trait Implementations§
Source§impl Clone for CreateAccountSessionComponentsIssuingCardsList
impl Clone for CreateAccountSessionComponentsIssuingCardsList
Source§fn clone(&self) -> CreateAccountSessionComponentsIssuingCardsList
fn clone(&self) -> CreateAccountSessionComponentsIssuingCardsList
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 PartialEq for CreateAccountSessionComponentsIssuingCardsList
impl PartialEq for CreateAccountSessionComponentsIssuingCardsList
Source§fn eq(&self, other: &CreateAccountSessionComponentsIssuingCardsList) -> bool
fn eq(&self, other: &CreateAccountSessionComponentsIssuingCardsList) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CreateAccountSessionComponentsIssuingCardsList
impl Eq for CreateAccountSessionComponentsIssuingCardsList
impl StructuralPartialEq for CreateAccountSessionComponentsIssuingCardsList
Auto Trait Implementations§
impl Freeze for CreateAccountSessionComponentsIssuingCardsList
impl RefUnwindSafe for CreateAccountSessionComponentsIssuingCardsList
impl Send for CreateAccountSessionComponentsIssuingCardsList
impl Sync for CreateAccountSessionComponentsIssuingCardsList
impl Unpin for CreateAccountSessionComponentsIssuingCardsList
impl UnsafeUnpin for CreateAccountSessionComponentsIssuingCardsList
impl UnwindSafe for CreateAccountSessionComponentsIssuingCardsList
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