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