Struct edgedb_errors::display::VerboseError
source · [−]pub struct VerboseError<'a>(_);
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for VerboseError<'a>
impl<'a> Send for VerboseError<'a>
impl<'a> Sync for VerboseError<'a>
impl<'a> Unpin for VerboseError<'a>
impl<'a> !UnwindSafe for VerboseError<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more