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