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