pub struct start;
Trait Implementations§
Source§impl HasField<start> for CheckAnnotationSpan
impl HasField<start> for CheckAnnotationSpan
Source§type Type = CheckAnnotationPosition
type Type = CheckAnnotationPosition
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for start
impl RefUnwindSafe for start
impl Send for start
impl Sync for start
impl Unpin for start
impl UnwindSafe for start
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