pub enum WparseReason {
Plugin(String),
NotMatch,
LineProc(String),
Uvs(UvsReason),
}Variants§
Trait Implementations§
Source§impl Clone for WparseReason
impl Clone for WparseReason
Source§fn clone(&self) -> WparseReason
fn clone(&self) -> WparseReason
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 WparseReason
impl Debug for WparseReason
Source§impl Display for WparseReason
impl Display for WparseReason
Source§impl Error for WparseReason
impl Error for WparseReason
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl ErrorCode for WparseReason
impl ErrorCode for WparseReason
fn error_code(&self) -> i32
Source§impl From<String> for WparseReason
impl From<String> for WparseReason
Source§impl From<UvsReason> for WparseReason
impl From<UvsReason> for WparseReason
Source§impl PartialEq for WparseReason
impl PartialEq for WparseReason
Source§impl Serialize for WparseReason
impl Serialize for WparseReason
impl StructuralPartialEq for WparseReason
Auto Trait Implementations§
impl Freeze for WparseReason
impl RefUnwindSafe for WparseReason
impl Send for WparseReason
impl Sync for WparseReason
impl Unpin for WparseReason
impl UnwindSafe for WparseReason
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