pub struct CheckAnnotationRange;
Trait Implementations§
impl HasInputField<endColumn, Option<i32>> for CheckAnnotationRange
impl HasInputField<endLine, i32> for CheckAnnotationRange
impl HasInputField<location, CheckAnnotationRange> for CheckAnnotationData
impl HasInputField<startColumn, Option<i32>> for CheckAnnotationRange
impl HasInputField<startLine, i32> for CheckAnnotationRange
impl InputObjectMarker for CheckAnnotationRange
Auto Trait Implementations§
impl Freeze for CheckAnnotationRange
impl RefUnwindSafe for CheckAnnotationRange
impl Send for CheckAnnotationRange
impl Sync for CheckAnnotationRange
impl Unpin for CheckAnnotationRange
impl UnwindSafe for CheckAnnotationRange
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