pub struct requireLastPushApproval;
Trait Implementations§
Source§impl Field for requireLastPushApproval
impl Field for requireLastPushApproval
impl HasInputField<requireLastPushApproval, bool> for PullRequestParametersInput
Auto Trait Implementations§
impl Freeze for requireLastPushApproval
impl RefUnwindSafe for requireLastPushApproval
impl Send for requireLastPushApproval
impl Sync for requireLastPushApproval
impl Unpin for requireLastPushApproval
impl UnwindSafe for requireLastPushApproval
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