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