pub struct BranchProtectionRuleConflictConnection;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BranchProtectionRuleConflictConnection
impl RefUnwindSafe for BranchProtectionRuleConflictConnection
impl Send for BranchProtectionRuleConflictConnection
impl Sync for BranchProtectionRuleConflictConnection
impl Unpin for BranchProtectionRuleConflictConnection
impl UnwindSafe for BranchProtectionRuleConflictConnection
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