Struct iata_bcbp::SecurityData[][src]

pub struct SecurityData { /* fields omitted */ }

Methods

impl SecurityData
[src]

Vendor specific flag indicating the type of the security data which follows.

Security data used to verify the boarding pass was not tampered with.

Trait Implementations

impl Clone for SecurityData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for SecurityData
[src]

impl PartialEq for SecurityData
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for SecurityData
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for SecurityData
[src]

Formats the value using the given formatter. Read more

impl Default for SecurityData
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for SecurityData

impl Sync for SecurityData