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