Enum asnom::structure::PL [] [src]

pub enum PL {
    P(Vec<u8>),
    C(Vec<StructureTag>),
}

Variants

Trait Implementations

impl Clone for PL
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PL
[src]

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

This method tests for !=.

impl Debug for PL
[src]

Formats the value using the given formatter.