Struct rustfmt_nightly::modules::ModuleResolutionError [−][src]
pub struct ModuleResolutionError {
pub(crate) module: String,
pub(crate) kind: ModuleResolutionErrorKind,
}
Expand description
Represents errors while trying to resolve modules.
Fields
module: String
kind: ModuleResolutionErrorKind
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ModuleResolutionError
impl Send for ModuleResolutionError
impl Sync for ModuleResolutionError
impl Unpin for ModuleResolutionError
impl UnwindSafe for ModuleResolutionError
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: 56 bytes