pub enum FailureCode {
Error0038(DefId),
Error0317(&'static str),
Error0580(&'static str),
Error0308(&'static str),
Error0644(&'static str),
}
Variants§
Error0038(DefId)
Error0317(&'static str)
Error0580(&'static str)
Error0308(&'static str)
Error0644(&'static str)
Auto Trait Implementations§
impl RefUnwindSafe for FailureCode
impl Send for FailureCode
impl Sync for FailureCode
impl Unpin for FailureCode
impl UnwindSafe for FailureCode
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: 24 bytes
Size for each variant:
Error0038
: 8 bytesError0317
: 20 bytesError0580
: 20 bytesError0308
: 20 bytesError0644
: 20 bytes