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