Struct lber::structures::sequence::Set [] [src]

pub struct Set {
    pub id: u64,
    pub class: TagClass,
    pub inner: Vec<Tag>,
}

Set of values; doesn't allow duplicates.

Fields

Trait Implementations

impl Clone for Set
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Set
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Set
[src]

[src]

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

[src]

This method tests for !=.

impl ASNTag for Set
[src]

[src]

Encode yourself into a generic Tag format. Read more

impl Default for Set
[src]

[src]

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

Auto Trait Implementations

impl Send for Set

impl Sync for Set