pub struct IssuingPhysicalBundleFeatures {
pub card_logo: IssuingPhysicalBundleFeaturesCardLogo,
pub carrier_text: IssuingPhysicalBundleFeaturesCarrierText,
pub second_line: IssuingPhysicalBundleFeaturesSecondLine,
}
Fields§
§card_logo: IssuingPhysicalBundleFeaturesCardLogo
The policy for how to use card logo images in a card design with this physical bundle.
carrier_text: IssuingPhysicalBundleFeaturesCarrierText
The policy for how to use carrier letter text in a card design with this physical bundle.
second_line: IssuingPhysicalBundleFeaturesSecondLine
The policy for how to use a second line on a card with this physical bundle.
Trait Implementations§
Source§impl Clone for IssuingPhysicalBundleFeatures
impl Clone for IssuingPhysicalBundleFeatures
Source§fn clone(&self) -> IssuingPhysicalBundleFeatures
fn clone(&self) -> IssuingPhysicalBundleFeatures
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 moreimpl Copy for IssuingPhysicalBundleFeatures
Auto Trait Implementations§
impl Freeze for IssuingPhysicalBundleFeatures
impl RefUnwindSafe for IssuingPhysicalBundleFeatures
impl Send for IssuingPhysicalBundleFeatures
impl Sync for IssuingPhysicalBundleFeatures
impl Unpin for IssuingPhysicalBundleFeatures
impl UnwindSafe for IssuingPhysicalBundleFeatures
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