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