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