Struct sentry::protocol::ParseLevelError
source · [−]pub struct ParseLevelError;
Expand description
An error used when parsing Level
.
Trait Implementations
sourceimpl Debug for ParseLevelError
impl Debug for ParseLevelError
sourceimpl Display for ParseLevelError
impl Display for ParseLevelError
sourceimpl Fail for ParseLevelError
impl Fail for ParseLevelError
sourcepub fn cause(&self) -> Option<&(dyn Fail + 'static)>
pub 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
sourcepub fn backtrace(&self) -> Option<&Backtrace>
pub fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the Backtrace
carried by this failure, if it
carries one. Read more
Auto Trait Implementations
impl RefUnwindSafe for ParseLevelError
impl Send for ParseLevelError
impl Sync for ParseLevelError
impl Unpin for ParseLevelError
impl UnwindSafe for ParseLevelError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more