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