pub struct UpdateProjectColumnInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateProjectColumnInput
impl HasInputField<name, String> for UpdateProjectColumnInput
impl HasInputField<projectColumnId, Id> for UpdateProjectColumnInput
impl InputObjectMarker for UpdateProjectColumnInput
Auto Trait Implementations§
impl Freeze for UpdateProjectColumnInput
impl RefUnwindSafe for UpdateProjectColumnInput
impl Send for UpdateProjectColumnInput
impl Sync for UpdateProjectColumnInput
impl Unpin for UpdateProjectColumnInput
impl UnwindSafe for UpdateProjectColumnInput
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