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