Struct varcon_core::Entry [−][src]
pub struct Entry {
pub variants: Vec<Variant>,
pub pos: Option<Pos>,
pub archaic: bool,
pub note: bool,
pub description: Option<String>,
pub comment: Option<String>,
}Fields
variants: Vec<Variant>pos: Option<Pos>archaic: boolnote: booldescription: Option<String>comment: Option<String>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Entry
impl UnwindSafe for Entry
Blanket Implementations
Mutably borrows from an owned value. Read more
