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