Struct xmas_elf::header::Header [] [src]

pub struct Header<'a> {
    pub pt1: &'a HeaderPt1,
    pub pt2: Result<HeaderPt2<'a>, &'static str>,
}

Fields

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for Header<'a>
[src]

impl<'a> Display for Header<'a>
[src]

Formats the value using the given formatter.