pub struct startColumn;
Trait Implementations§
Source§impl Field for startColumn
impl Field for startColumn
impl HasInputField<startColumn, Option<i32>> for CheckAnnotationRange
Auto Trait Implementations§
impl Freeze for startColumn
impl RefUnwindSafe for startColumn
impl Send for startColumn
impl Sync for startColumn
impl Unpin for startColumn
impl UnwindSafe for startColumn
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