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