pub struct repositoryDiscussionComments;
Trait Implementations§
Source§impl Field for repositoryDiscussionComments
impl Field for repositoryDiscussionComments
Source§impl HasField<repositoryDiscussionComments> for RepositoryDiscussionCommentAuthor
impl HasField<repositoryDiscussionComments> for RepositoryDiscussionCommentAuthor
Source§type Type = DiscussionCommentConnection
type Type = DiscussionCommentConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for repositoryDiscussionComments
impl RefUnwindSafe for repositoryDiscussionComments
impl Send for repositoryDiscussionComments
impl Sync for repositoryDiscussionComments
impl Unpin for repositoryDiscussionComments
impl UnwindSafe for repositoryDiscussionComments
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