enum ExtraCheckParseError {
UnknownKind(String),
UnknownLang(String),
UnsupportedKindForLang,
TooManyParts,
Empty,
AutoRequiresLang,
}
Variants§
UnknownKind(String)
UnknownLang(String)
UnsupportedKindForLang
TooManyParts
Too many :
Empty
Tried to parse the empty string
AutoRequiresLang
auto
specified without lang part.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtraCheckParseError
impl RefUnwindSafe for ExtraCheckParseError
impl Send for ExtraCheckParseError
impl Sync for ExtraCheckParseError
impl Unpin for ExtraCheckParseError
impl UnwindSafe for ExtraCheckParseError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Pointable for T
impl<T> Pointable for T
impl<T> ErasedDestructor for Twhere
T: 'static,
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:
UnknownKind
: 24 bytesUnknownLang
: 24 bytesUnsupportedKindForLang
: 0 bytesTooManyParts
: 0 bytesEmpty
: 0 bytesAutoRequiresLang
: 0 bytes