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