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