pub enum ErrorTrace {
Location(&'static Location<'static>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorTrace
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