pub struct CheckAnnotation;
Trait Implementations§
Source§impl HasField<__typename> for CheckAnnotation
impl HasField<__typename> for CheckAnnotation
Source§impl HasField<annotationLevel> for CheckAnnotation
impl HasField<annotationLevel> for CheckAnnotation
Source§type Type = Option<CheckAnnotationLevel>
type Type = Option<CheckAnnotationLevel>
The schema marker type of this field.
Source§impl HasField<blobUrl> for CheckAnnotation
impl HasField<blobUrl> for CheckAnnotation
Source§impl HasField<databaseId> for CheckAnnotation
impl HasField<databaseId> for CheckAnnotation
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.
Source§impl HasField<message> for CheckAnnotation
impl HasField<message> for CheckAnnotation
Source§impl HasField<path> for CheckAnnotation
impl HasField<path> for CheckAnnotation
Source§impl HasField<rawDetails> for CheckAnnotation
impl HasField<rawDetails> for CheckAnnotation
Source§impl HasField<title> for CheckAnnotation
impl HasField<title> for CheckAnnotation
Auto Trait Implementations§
impl Freeze for CheckAnnotation
impl RefUnwindSafe for CheckAnnotation
impl Send for CheckAnnotation
impl Sync for CheckAnnotation
impl Unpin for CheckAnnotation
impl UnwindSafe for CheckAnnotation
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