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