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