pub enum WSVErrorType {
StringNotClosed,
InvalidDoubleQuoteAfterValue,
InvalidCharacterAfterString,
InvalidStringLineBreak,
}Expand description
For details on these error types, see the Parser Errors section of https://dev.stenway.com/WSV/Specification.html
Variants§
Trait Implementations§
Source§impl Clone for WSVErrorType
impl Clone for WSVErrorType
Source§fn clone(&self) -> WSVErrorType
fn clone(&self) -> WSVErrorType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WSVErrorType
impl Debug for WSVErrorType
Source§impl PartialEq for WSVErrorType
impl PartialEq for WSVErrorType
impl Copy for WSVErrorType
impl Eq for WSVErrorType
impl StructuralPartialEq for WSVErrorType
Auto Trait Implementations§
impl Freeze for WSVErrorType
impl RefUnwindSafe for WSVErrorType
impl Send for WSVErrorType
impl Sync for WSVErrorType
impl Unpin for WSVErrorType
impl UnwindSafe for WSVErrorType
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