Enum wallet_pass::template::BarcodeFormat
source · [−]pub enum BarcodeFormat {
PkBarcodeFormatAztec,
PkBarcodeFormatCode128,
PkBarcodeFormatPdf417,
PkBarcodeFormatQr,
}Expand description
Barcode format. PKBarcodeFormatCode128 may only be used for dictionaries in the barcodes array.
Variants
PkBarcodeFormatAztec
Barcode fromat PKBarcodeFormatAztec
PkBarcodeFormatCode128
Barcode fromat PKBarcodeFormatCode128
PkBarcodeFormatPdf417
Barcode fromat PKBarcodeFormatPDF417
PkBarcodeFormatQr
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