pub struct HyperlitError(pub Report<HyperlitErrorContext>);Tuple Fields§
§0: Report<HyperlitErrorContext>Implementations§
Source§impl HyperlitError
impl HyperlitError
pub fn change_context<S: Into<String>>(self, message: S) -> Self
Source§impl HyperlitError
impl HyperlitError
pub fn new<T: Context>(error: T) -> HyperlitError
pub fn from_string<T: Into<String>>(message: T) -> HyperlitError
pub fn from_boxed(error: BoxedError) -> HyperlitErrorContext
Trait Implementations§
Source§impl Debug for HyperlitError
impl Debug for HyperlitError
Source§impl Display for HyperlitError
impl Display for HyperlitError
Auto Trait Implementations§
impl Freeze for HyperlitError
impl !RefUnwindSafe for HyperlitError
impl Send for HyperlitError
impl Sync for HyperlitError
impl Unpin for HyperlitError
impl !UnwindSafe for HyperlitError
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