pub struct ConnectEmbeddedIssuingCardFeatures {
pub card_management: bool,
pub card_spend_dispute_management: bool,
pub cardholder_management: bool,
pub spend_control_management: bool,
}Fields§
§card_management: boolWhether to allow card management features.
card_spend_dispute_management: boolWhether to allow card spend dispute management features.
cardholder_management: boolWhether to allow cardholder management features.
spend_control_management: boolWhether to allow spend control management features.
Trait Implementations§
Source§impl Clone for ConnectEmbeddedIssuingCardFeatures
impl Clone for ConnectEmbeddedIssuingCardFeatures
Source§fn clone(&self) -> ConnectEmbeddedIssuingCardFeatures
fn clone(&self) -> ConnectEmbeddedIssuingCardFeatures
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 FromValueOpt for ConnectEmbeddedIssuingCardFeatures
impl FromValueOpt for ConnectEmbeddedIssuingCardFeatures
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for ConnectEmbeddedIssuingCardFeatures
impl PartialEq for ConnectEmbeddedIssuingCardFeatures
Source§fn eq(&self, other: &ConnectEmbeddedIssuingCardFeatures) -> bool
fn eq(&self, other: &ConnectEmbeddedIssuingCardFeatures) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ConnectEmbeddedIssuingCardFeatures
impl Eq for ConnectEmbeddedIssuingCardFeatures
impl StructuralPartialEq for ConnectEmbeddedIssuingCardFeatures
Auto Trait Implementations§
impl Freeze for ConnectEmbeddedIssuingCardFeatures
impl RefUnwindSafe for ConnectEmbeddedIssuingCardFeatures
impl Send for ConnectEmbeddedIssuingCardFeatures
impl Sync for ConnectEmbeddedIssuingCardFeatures
impl Unpin for ConnectEmbeddedIssuingCardFeatures
impl UnsafeUnpin for ConnectEmbeddedIssuingCardFeatures
impl UnwindSafe for ConnectEmbeddedIssuingCardFeatures
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