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