Enum shiny_common::error::ErrorTrace
source · pub enum ErrorTrace {
Location(&'static Location<'static>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ErrorTrace
impl Send for ErrorTrace
impl Sync for ErrorTrace
impl Unpin for ErrorTrace
impl UnwindSafe for ErrorTrace
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