pub struct Updatable;
Trait Implementations§
Source§impl HasField<__typename> for Updatable
impl HasField<__typename> for Updatable
Source§impl HasField<viewerCanUpdate> for Updatable
impl HasField<viewerCanUpdate> for Updatable
impl HasSubtype<CommitComment> for Updatable
impl HasSubtype<Discussion> for Updatable
impl HasSubtype<DiscussionComment> for Updatable
impl HasSubtype<GistComment> for Updatable
impl HasSubtype<Issue> for Updatable
impl HasSubtype<IssueComment> for Updatable
impl HasSubtype<Project> for Updatable
impl HasSubtype<ProjectV2> for Updatable
impl HasSubtype<PullRequest> for Updatable
impl HasSubtype<PullRequestReview> for Updatable
impl HasSubtype<PullRequestReviewComment> for Updatable
impl HasSubtype<TeamDiscussion> for Updatable
impl HasSubtype<TeamDiscussionComment> for Updatable
impl HasSubtype<Updatable> for Updatable
Auto Trait Implementations§
impl Freeze for Updatable
impl RefUnwindSafe for Updatable
impl Send for Updatable
impl Sync for Updatable
impl Unpin for Updatable
impl UnwindSafe for Updatable
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