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