Enum doku::Example [−][src]
pub enum Example {
Simple(&'static str),
Compound(&'static [&'static str]),
}Variants
Simple(&'static str)Tuple Fields of Simple
0: &'static strCompound(&'static [&'static str])Tuple Fields of Compound
0: &'static [&'static str]Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Example
impl UnwindSafe for Example
Blanket Implementations
Mutably borrows from an owned value. Read more