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