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