Enum bam::header::HeaderLine [−][src]
pub enum HeaderLine {
Entry(HeaderEntry),
Comment(String),
}Variants
Entry(HeaderEntry)
Tuple Fields
0: HeaderEntryComment(String)
Tuple Fields
0: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HeaderLine
impl Send for HeaderLine
impl Sync for HeaderLine
impl Unpin for HeaderLine
impl UnwindSafe for HeaderLine
Blanket Implementations
Mutably borrows from an owned value. Read more
