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