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