pub enum TOMLParseErrorReason {
ExpectedColon,
ExpectedEndOfValue,
ExpectedBracket,
ExpectedTrueFalseNull,
ExpectedValue,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TOMLParseErrorReason
impl RefUnwindSafe for TOMLParseErrorReason
impl Send for TOMLParseErrorReason
impl Sync for TOMLParseErrorReason
impl Unpin for TOMLParseErrorReason
impl UnwindSafe for TOMLParseErrorReason
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