pub struct DeleteBranchProtectionRuleInput;Trait Implementations§
impl HasInputField<branchProtectionRuleId, Id> for DeleteBranchProtectionRuleInput
impl HasInputField<clientMutationId, Option<String>> for DeleteBranchProtectionRuleInput
impl InputObjectMarker for DeleteBranchProtectionRuleInput
Auto Trait Implementations§
impl Freeze for DeleteBranchProtectionRuleInput
impl RefUnwindSafe for DeleteBranchProtectionRuleInput
impl Send for DeleteBranchProtectionRuleInput
impl Sync for DeleteBranchProtectionRuleInput
impl Unpin for DeleteBranchProtectionRuleInput
impl UnwindSafe for DeleteBranchProtectionRuleInput
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