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