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§
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