Struct a2::CollapseId[][src]

pub struct CollapseId<'a> {
    pub value: &'a str,
}

Fields

Methods

impl<'a> CollapseId<'a>
[src]

A collapse-id container. Will not allow bigger id's than 64 bytes.

Trait Implementations

impl<'a> Debug for CollapseId<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for CollapseId<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for CollapseId<'a>

impl<'a> Sync for CollapseId<'a>