[][src]Struct gs1::epc::sgtin::SGTIN198

pub struct SGTIN198 {
    pub filter: u8,
    pub gtin: GTIN,
    pub serial: String,
}

198-bit Serialised Global Trade Item Number

This comprises a GTIN, a filter value (which is used by RFID readers), and an alphanumeric serial number which is encoded using 7-bit ASCII.

Fields

filter: u8

Filter value to allow RFID readers to select tags to read

gtin: GTIN

Global Trade Item Number

serial: String

Alphanumeric serial number

Trait Implementations

impl EPC for SGTIN198[src]

impl GS1 for SGTIN198[src]

impl PartialEq<SGTIN198> for SGTIN198[src]

impl Debug for SGTIN198[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

type Error = Infallible

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.

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

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

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