pub enum IssuingPhysicalBundleFeaturesCarrierText {
Optional,
Required,
Unsupported,
}
Expand description
The policy for how to use carrier letter text in a card design with this physical bundle.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IssuingPhysicalBundleFeaturesCarrierText
impl Clone for IssuingPhysicalBundleFeaturesCarrierText
Source§fn clone(&self) -> IssuingPhysicalBundleFeaturesCarrierText
fn clone(&self) -> IssuingPhysicalBundleFeaturesCarrierText
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 IssuingPhysicalBundleFeaturesCarrierText
impl FromValueOpt for IssuingPhysicalBundleFeaturesCarrierText
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for IssuingPhysicalBundleFeaturesCarrierText
impl PartialEq for IssuingPhysicalBundleFeaturesCarrierText
Source§fn eq(&self, other: &IssuingPhysicalBundleFeaturesCarrierText) -> bool
fn eq(&self, other: &IssuingPhysicalBundleFeaturesCarrierText) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for IssuingPhysicalBundleFeaturesCarrierText
impl Eq for IssuingPhysicalBundleFeaturesCarrierText
impl StructuralPartialEq for IssuingPhysicalBundleFeaturesCarrierText
Auto Trait Implementations§
impl Freeze for IssuingPhysicalBundleFeaturesCarrierText
impl RefUnwindSafe for IssuingPhysicalBundleFeaturesCarrierText
impl Send for IssuingPhysicalBundleFeaturesCarrierText
impl Sync for IssuingPhysicalBundleFeaturesCarrierText
impl Unpin for IssuingPhysicalBundleFeaturesCarrierText
impl UnwindSafe for IssuingPhysicalBundleFeaturesCarrierText
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