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