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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for IssuingPersonalizationDesignRejectionReasons
impl RefUnwindSafe for IssuingPersonalizationDesignRejectionReasons
impl Send for IssuingPersonalizationDesignRejectionReasons
impl Sync for IssuingPersonalizationDesignRejectionReasons
impl Unpin 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