pub struct IssuingPersonalizationDesignRejectionReasons {
pub card_logo: Option<Vec<IssuingPersonalizationDesignRejectionReasonsCardLogo>>,
pub carrier_text: Option<Vec<IssuingPersonalizationDesignRejectionReasonsCarrierText>>,
}Fields§
§card_logo: Option<Vec<IssuingPersonalizationDesignRejectionReasonsCardLogo>>The reason(s) the card logo was rejected.
carrier_text: Option<Vec<IssuingPersonalizationDesignRejectionReasonsCarrierText>>The reason(s) the carrier text was rejected.
Trait Implementations§
Source§impl Clone for IssuingPersonalizationDesignRejectionReasons
impl Clone for IssuingPersonalizationDesignRejectionReasons
Source§fn clone(&self) -> IssuingPersonalizationDesignRejectionReasons
fn clone(&self) -> IssuingPersonalizationDesignRejectionReasons
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IssuingPersonalizationDesignRejectionReasons
impl FromValueOpt for IssuingPersonalizationDesignRejectionReasons
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for IssuingPersonalizationDesignRejectionReasons
impl PartialEq for IssuingPersonalizationDesignRejectionReasons
Source§fn eq(&self, other: &IssuingPersonalizationDesignRejectionReasons) -> bool
fn eq(&self, other: &IssuingPersonalizationDesignRejectionReasons) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IssuingPersonalizationDesignRejectionReasons
impl StructuralPartialEq for IssuingPersonalizationDesignRejectionReasons
Auto Trait Implementations§
impl Freeze for IssuingPersonalizationDesignRejectionReasons
impl RefUnwindSafe for IssuingPersonalizationDesignRejectionReasons
impl Send for IssuingPersonalizationDesignRejectionReasons
impl Sync for IssuingPersonalizationDesignRejectionReasons
impl Unpin for IssuingPersonalizationDesignRejectionReasons
impl UnsafeUnpin for IssuingPersonalizationDesignRejectionReasons
impl UnwindSafe for IssuingPersonalizationDesignRejectionReasons
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