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