Enum wallet_pass::template::BarcodeFormat [−][src]
pub enum BarcodeFormat {
PkBarcodeFormatAztec,
PkBarcodeFormatCode128,
PkBarcodeFormatPdf417,
PkBarcodeFormatQr,
}Expand description
Barcode format. PKBarcodeFormatCode128 may only be used for dictionaries in the barcodes array.
Variants
Barcode fromat PKBarcodeFormatAztec
Barcode fromat PKBarcodeFormatCode128
Barcode fromat PKBarcodeFormatPDF417
Barcode fromat PKBarcodeFormatQR
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for BarcodeFormat
impl Send for BarcodeFormat
impl Sync for BarcodeFormat
impl Unpin for BarcodeFormat
impl UnwindSafe for BarcodeFormat
Blanket Implementations
Mutably borrows from an owned value. Read more