[][src]Struct barcode_command::barcode::postnet::POSTNET

pub struct POSTNET {
    pub barcode_properties: BarcodeProperties,
}

Fields

barcode_properties: BarcodeProperties

Methods

impl POSTNET[src]

pub fn new(input: &String) -> POSTNET[src]

Trait Implementations

Auto Trait Implementations

impl RefUnwindSafe for POSTNET

impl Send for POSTNET

impl Sync for POSTNET

impl Unpin for POSTNET

impl UnwindSafe for POSTNET

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Barcode for T where
    T: Barcode1D
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.