Enum rustfmt_nightly::config::license::ParsingState [−][src]
Variants
Re(u32)
Tuple Fields of Re
0: u32
ReEsc(u32)
Tuple Fields of ReEsc
0: u32
Abort(String)
Tuple Fields of Abort
0: String
Auto Trait Implementations
impl RefUnwindSafe for ParsingState
impl Send for ParsingState
impl Sync for ParsingState
impl Unpin for ParsingState
impl UnwindSafe for ParsingState
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: 32 bytes
Size for each variant:
Lit
: 0 bytesLitEsc
: 0 bytesRe
: 4 bytesReEsc
: 4 bytesAbort
: 28 bytes