pub enum NWNParseErrorEnum {
NomError(Error<Vec<u8>>),
NomVerboseError((Vec<u8>, VerboseErrorKind)),
Utf8Error(Utf8Error),
String(String),
}Variants§
NomError(Error<Vec<u8>>)
NomVerboseError((Vec<u8>, VerboseErrorKind))
Utf8Error(Utf8Error)
String(String)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NWNParseErrorEnum
impl RefUnwindSafe for NWNParseErrorEnum
impl Send for NWNParseErrorEnum
impl Sync for NWNParseErrorEnum
impl Unpin for NWNParseErrorEnum
impl UnwindSafe for NWNParseErrorEnum
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