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