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