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