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