pub struct CheckAnnotationConnection;
Trait Implementations§
Source§impl HasField<edges> for CheckAnnotationConnection
impl HasField<edges> for CheckAnnotationConnection
Source§impl HasField<nodes> for CheckAnnotationConnection
impl HasField<nodes> for CheckAnnotationConnection
Source§impl HasField<pageInfo> for CheckAnnotationConnection
impl HasField<pageInfo> for CheckAnnotationConnection
Auto Trait Implementations§
impl Freeze for CheckAnnotationConnection
impl RefUnwindSafe for CheckAnnotationConnection
impl Send for CheckAnnotationConnection
impl Sync for CheckAnnotationConnection
impl Unpin for CheckAnnotationConnection
impl UnwindSafe for CheckAnnotationConnection
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