Enum rustfmt_format_diff::FormatDiffError [−][src]
Variants
IncorrectOptions(Fail)
Tuple Fields of IncorrectOptions
0: Fail
IoError(Error)
Tuple Fields of IoError
0: Error
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FormatDiffError
impl Send for FormatDiffError
impl Sync for FormatDiffError
impl Unpin for FormatDiffError
impl !UnwindSafe for FormatDiffError
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: 40 bytes
Size for each variant:
IncorrectOptions
: 32 bytesIncorrectFilter
: 32 bytesIoError
: 16 bytes