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