pub struct annotationLevel;
Trait Implementations§
Source§impl Field for annotationLevel
impl Field for annotationLevel
impl HasInputField<annotationLevel, CheckAnnotationLevel> for CheckAnnotationData
Auto Trait Implementations§
impl Freeze for annotationLevel
impl RefUnwindSafe for annotationLevel
impl Send for annotationLevel
impl Sync for annotationLevel
impl Unpin for annotationLevel
impl UnwindSafe for annotationLevel
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