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