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