pub enum MaxExplainDiagnostic {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxExplainDiagnostic
impl RefUnwindSafe for MaxExplainDiagnostic
impl Send for MaxExplainDiagnostic
impl Sync for MaxExplainDiagnostic
impl Unpin for MaxExplainDiagnostic
impl UnsafeUnpin for MaxExplainDiagnostic
impl UnwindSafe for MaxExplainDiagnostic
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