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