pub struct DeletePackageVersionPayload;Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeletePackageVersionPayload
impl RefUnwindSafe for DeletePackageVersionPayload
impl Send for DeletePackageVersionPayload
impl Sync for DeletePackageVersionPayload
impl Unpin for DeletePackageVersionPayload
impl UnwindSafe for DeletePackageVersionPayload
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