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