pub struct UpdateProjectCardInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateProjectCardInput
impl HasInputField<isArchived, Option<bool>> for UpdateProjectCardInput
impl HasInputField<note, Option<String>> for UpdateProjectCardInput
impl HasInputField<projectCardId, Id> for UpdateProjectCardInput
impl InputObjectMarker for UpdateProjectCardInput
Auto Trait Implementations§
impl Freeze for UpdateProjectCardInput
impl RefUnwindSafe for UpdateProjectCardInput
impl Send for UpdateProjectCardInput
impl Sync for UpdateProjectCardInput
impl Unpin for UpdateProjectCardInput
impl UnwindSafe for UpdateProjectCardInput
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