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