pub struct CheckAnnotationRange {
pub end_column: Option<i64>,
pub end_line: i64,
pub start_column: Option<i64>,
pub start_line: i64,
}Fields§
§end_column: Option<i64>§end_line: i64§start_column: Option<i64>§start_line: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckAnnotationRange
impl RefUnwindSafe for CheckAnnotationRange
impl Send for CheckAnnotationRange
impl Sync for CheckAnnotationRange
impl Unpin for CheckAnnotationRange
impl UnsafeUnpin 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