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