pub struct RepositoryDiscussionCommentAuthor;
Trait Implementations§
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.
impl HasSubtype<Organization> for RepositoryDiscussionCommentAuthor
impl HasSubtype<RepositoryDiscussionCommentAuthor> for RepositoryDiscussionCommentAuthor
impl HasSubtype<User> for RepositoryDiscussionCommentAuthor
Auto Trait Implementations§
impl Freeze for RepositoryDiscussionCommentAuthor
impl RefUnwindSafe for RepositoryDiscussionCommentAuthor
impl Send for RepositoryDiscussionCommentAuthor
impl Sync for RepositoryDiscussionCommentAuthor
impl Unpin for RepositoryDiscussionCommentAuthor
impl UnwindSafe for RepositoryDiscussionCommentAuthor
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