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