pub struct packageVersion;
Trait Implementations§
Source§impl Field for packageVersion
impl Field for packageVersion
Source§impl HasField<packageVersion> for PackageFile
impl HasField<packageVersion> for PackageFile
Source§type Type = Option<PackageVersion>
type Type = Option<PackageVersion>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for packageVersion
impl RefUnwindSafe for packageVersion
impl Send for packageVersion
impl Sync for packageVersion
impl Unpin for packageVersion
impl UnwindSafe for packageVersion
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