pub struct AscesisError { /* private fields */ }Trait Implementations§
Source§impl Clone for AscesisError
impl Clone for AscesisError
Source§fn clone(&self) -> AscesisError
fn clone(&self) -> AscesisError
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 AscesisError
impl Debug for AscesisError
Source§impl Display for AscesisError
impl Display for AscesisError
Source§impl Error for AscesisError
impl Error for AscesisError
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 From<AscesisError> for ParseError<usize, String, AscesisError>
impl From<AscesisError> for ParseError<usize, String, AscesisError>
Source§fn from(error: AscesisError) -> Self
fn from(error: AscesisError) -> Self
Converts to this type from the input type.
Source§impl<'input> From<AscesisError> for ParseError<usize, Token<'input>, AscesisError>
impl<'input> From<AscesisError> for ParseError<usize, Token<'input>, AscesisError>
Source§fn from(error: AscesisError) -> Self
fn from(error: AscesisError) -> Self
Converts to this type from the input type.
Source§impl From<AscesisErrorKind> for AscesisError
impl From<AscesisErrorKind> for AscesisError
Source§fn from(kind: AscesisErrorKind) -> Self
fn from(kind: AscesisErrorKind) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AscesisError
impl RefUnwindSafe for AscesisError
impl Send for AscesisError
impl Sync for AscesisError
impl Unpin for AscesisError
impl UnwindSafe for AscesisError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<E> Fail for E
impl<E> Fail for E
Source§fn cause(&self) -> Option<&(dyn Fail + 'static)>
fn cause(&self) -> Option<&(dyn Fail + 'static)>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace carried by this failure, if it
carries one. Read moreSource§impl<Reference, Outer, OuterFieldType, Inner> HasPart<Nested<Outer, Inner>> for Reference
impl<Reference, Outer, OuterFieldType, Inner> HasPart<Nested<Outer, Inner>> for Reference
Source§unsafe fn part_ptr(
ptr: *const <Reference as PartialRefTarget>::RawTarget,
) -> <<Inner as Part>::PartType as PartType>::Ptr
unsafe fn part_ptr( ptr: *const <Reference as PartialRefTarget>::RawTarget, ) -> <<Inner as Part>::PartType as PartType>::Ptr
Given a constant pointer to a target, produce a constant pointer to a part of it.
Source§unsafe fn part_ptr_mut(
ptr: *mut <Reference as PartialRefTarget>::RawTarget,
) -> <<Inner as Part>::PartType as PartType>::PtrMut
unsafe fn part_ptr_mut( ptr: *mut <Reference as PartialRefTarget>::RawTarget, ) -> <<Inner as Part>::PartType as PartType>::PtrMut
Given a mutable pointer to a target, produce a mutable pointer to a part of it.