DocStyle in rustc_lexer - Rust (original) (raw)
pub enum DocStyle {
Outer,
Inner,
}
Variants§
Outer
Inner
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DocStyle
impl RefUnwindSafe for DocStyle
impl Send for DocStyle
impl Sync for DocStyle
impl Unpin for DocStyle
impl UnwindSafe for DocStyle
Blanket Implementations§
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Outer
: 0 bytesInner
: 0 bytes