pub struct UpdateBranchProtectionRuleInput;Trait Implementations§
impl HasInputField<allowsDeletions, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<allowsForcePushes, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<blocksCreations, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<branchProtectionRuleId, Id> for UpdateBranchProtectionRuleInput
impl HasInputField<bypassForcePushActorIds, Option<Vec<Id>>> for UpdateBranchProtectionRuleInput
impl HasInputField<bypassPullRequestActorIds, Option<Vec<Id>>> for UpdateBranchProtectionRuleInput
impl HasInputField<clientMutationId, Option<String>> for UpdateBranchProtectionRuleInput
impl HasInputField<dismissesStaleReviews, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<isAdminEnforced, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<lockAllowsFetchAndMerge, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<lockBranch, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<pattern, Option<String>> for UpdateBranchProtectionRuleInput
impl HasInputField<pushActorIds, Option<Vec<Id>>> for UpdateBranchProtectionRuleInput
impl HasInputField<requireLastPushApproval, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<requiredApprovingReviewCount, Option<i32>> for UpdateBranchProtectionRuleInput
impl HasInputField<requiredDeploymentEnvironments, Option<Vec<String>>> for UpdateBranchProtectionRuleInput
impl HasInputField<requiredStatusCheckContexts, Option<Vec<String>>> for UpdateBranchProtectionRuleInput
impl HasInputField<requiredStatusChecks, Option<Vec<RequiredStatusCheckInput>>> for UpdateBranchProtectionRuleInput
impl HasInputField<requiresApprovingReviews, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<requiresCodeOwnerReviews, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<requiresCommitSignatures, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<requiresConversationResolution, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<requiresDeployments, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<requiresLinearHistory, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<requiresStatusChecks, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<requiresStrictStatusChecks, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<restrictsPushes, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<restrictsReviewDismissals, Option<bool>> for UpdateBranchProtectionRuleInput
impl HasInputField<reviewDismissalActorIds, Option<Vec<Id>>> for UpdateBranchProtectionRuleInput
impl InputObjectMarker for UpdateBranchProtectionRuleInput
Auto Trait Implementations§
impl Freeze for UpdateBranchProtectionRuleInput
impl RefUnwindSafe for UpdateBranchProtectionRuleInput
impl Send for UpdateBranchProtectionRuleInput
impl Sync for UpdateBranchProtectionRuleInput
impl Unpin for UpdateBranchProtectionRuleInput
impl UnwindSafe for UpdateBranchProtectionRuleInput
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