[−][src]Struct vimwiki_server::LangParserError
Represents an encapsulated error that is encountered
Fields
msg: StringImplementations
impl LangParserError[src]
pub fn new(msg: String) -> LangParserError[src]
Trait Implementations
impl Clone for LangParserError[src]
fn clone(&self) -> LangParserError[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for LangParserError[src]
impl Display for LangParserError[src]
impl Eq for LangParserError[src]
impl Error for LangParserError[src]
fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]
fn backtrace(&self) -> Option<&Backtrace>[src]
fn description(&self) -> &str1.0.0[src]
fn cause(&self) -> Option<&dyn Error>1.0.0[src]
impl<'_> From<&'_ str> for LangParserError[src]
fn from(s: &str) -> LangParserError[src]
impl<'a> From<(LocatedSpan<&'a str, ()>, Err<VerboseError<LocatedSpan<&'a str, ()>>>)> for LangParserError[src]
fn from(
x: (LocatedSpan<&'a str, ()>, Err<VerboseError<LocatedSpan<&'a str, ()>>>)
) -> LangParserError[src]
x: (LocatedSpan<&'a str, ()>, Err<VerboseError<LocatedSpan<&'a str, ()>>>)
) -> LangParserError
impl<'a> From<(LocatedSpan<&'a str, ()>, VerboseError<LocatedSpan<&'a str, ()>>)> for LangParserError[src]
fn from(
x: (LocatedSpan<&'a str, ()>, VerboseError<LocatedSpan<&'a str, ()>>)
) -> LangParserError[src]
x: (LocatedSpan<&'a str, ()>, VerboseError<LocatedSpan<&'a str, ()>>)
) -> LangParserError
impl<'a> From<Err<VerboseError<LocatedSpan<&'a str, ()>>>> for LangParserError[src]
fn from(e: Err<VerboseError<LocatedSpan<&'a str, ()>>>) -> LangParserError[src]
impl<'a> From<VerboseError<LocatedSpan<&'a str, ()>>> for LangParserError[src]
fn from(e: VerboseError<LocatedSpan<&'a str, ()>>) -> LangParserError[src]
impl PartialEq<LangParserError> for LangParserError[src]
fn eq(&self, other: &LangParserError) -> bool[src]
fn ne(&self, other: &LangParserError) -> bool[src]
Auto Trait Implementations
impl RefUnwindSafe for LangParserError
impl Send for LangParserError
impl Sync for LangParserError
impl Unpin for LangParserError
impl UnwindSafe for LangParserError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any,
T: Any,
impl<T> AsFail for T where
T: Fail,
T: Fail,
fn as_fail(&self) -> &(dyn Fail + 'static)
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> CloneAny for T where
T: Clone + Any,
T: Clone + Any,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<E> Fail for E where
E: 'static + Error + Send + Sync,
E: 'static + Error + Send + Sync,
fn name(&self) -> Option<&str>
fn cause(&self) -> Option<&(dyn Fail + 'static)>
fn backtrace(&self) -> Option<&Backtrace>
fn context<D>(self, context: D) -> Context<D> where
D: Display + Send + Sync + 'static,
D: Display + Send + Sync + 'static,
fn compat(self) -> Compat<Self>
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,