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