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