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