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