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