pub struct gitAutomationTargetBranchDelete;Trait Implementations§
Source§impl HasField<gitAutomationTargetBranchDelete> for Mutation
impl HasField<gitAutomationTargetBranchDelete> for Mutation
Source§type Type = DeletePayload
type Type = DeletePayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for gitAutomationTargetBranchDelete
impl RefUnwindSafe for gitAutomationTargetBranchDelete
impl Send for gitAutomationTargetBranchDelete
impl Sync for gitAutomationTargetBranchDelete
impl Unpin for gitAutomationTargetBranchDelete
impl UnwindSafe for gitAutomationTargetBranchDelete
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