pub struct IssuingPhysicalBundleFeatures {
pub card_logo: IssuingPhysicalBundleFeaturesCardLogo,
pub carrier_text: IssuingPhysicalBundleFeaturesCarrierText,
pub second_line: IssuingPhysicalBundleFeaturesSecondLine,
}Fields§
§card_logo: IssuingPhysicalBundleFeaturesCardLogoThe policy for how to use card logo images in a card design with this physical bundle.
carrier_text: IssuingPhysicalBundleFeaturesCarrierTextThe policy for how to use carrier letter text in a card design with this physical bundle.
second_line: IssuingPhysicalBundleFeaturesSecondLineThe 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 moreSource§impl FromValueOpt for IssuingPhysicalBundleFeatures
impl FromValueOpt for IssuingPhysicalBundleFeatures
fn from_value(v: Value) -> Option<Self>
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