pub struct UpdatableComment;
Trait Implementations§
Source§impl HasField<__typename> for UpdatableComment
impl HasField<__typename> for UpdatableComment
Source§impl HasField<viewerCannotUpdateReasons> for UpdatableComment
impl HasField<viewerCannotUpdateReasons> for UpdatableComment
Source§type Type = Vec<CommentCannotUpdateReason>
type Type = Vec<CommentCannotUpdateReason>
The schema marker type of this field.
Source§impl NamedType for UpdatableComment
impl NamedType for UpdatableComment
impl HasSubtype<CommitComment> for UpdatableComment
impl HasSubtype<DiscussionComment> for UpdatableComment
impl HasSubtype<GistComment> for UpdatableComment
impl HasSubtype<Issue> for UpdatableComment
impl HasSubtype<IssueComment> for UpdatableComment
impl HasSubtype<PullRequest> for UpdatableComment
impl HasSubtype<PullRequestReview> for UpdatableComment
impl HasSubtype<PullRequestReviewComment> for UpdatableComment
impl HasSubtype<TeamDiscussion> for UpdatableComment
impl HasSubtype<TeamDiscussionComment> for UpdatableComment
impl HasSubtype<UpdatableComment> for UpdatableComment
Auto Trait Implementations§
impl Freeze for UpdatableComment
impl RefUnwindSafe for UpdatableComment
impl Send for UpdatableComment
impl Sync for UpdatableComment
impl Unpin for UpdatableComment
impl UnwindSafe for UpdatableComment
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