pub struct PackageVersion;
Trait Implementations§
Source§impl HasField<__typename> for PackageVersion
impl HasField<__typename> for PackageVersion
Source§impl HasField<files> for PackageVersion
impl HasField<files> for PackageVersion
Source§type Type = PackageFileConnection
type Type = PackageFileConnection
The schema marker type of this field.
Source§impl HasField<id> for PackageVersion
impl HasField<id> for PackageVersion
Source§impl HasField<package> for PackageVersion
impl HasField<package> for PackageVersion
Source§impl HasField<platform> for PackageVersion
impl HasField<platform> for PackageVersion
Source§impl HasField<preRelease> for PackageVersion
impl HasField<preRelease> for PackageVersion
Source§impl HasField<readme> for PackageVersion
impl HasField<readme> for PackageVersion
Source§impl HasField<release> for PackageVersion
impl HasField<release> for PackageVersion
Source§impl HasField<statistics> for PackageVersion
impl HasField<statistics> for PackageVersion
Source§type Type = Option<PackageVersionStatistics>
type Type = Option<PackageVersionStatistics>
The schema marker type of this field.
Source§impl HasField<summary> for PackageVersion
impl HasField<summary> for PackageVersion
Source§impl HasField<version> for PackageVersion
impl HasField<version> for PackageVersion
Source§impl NamedType for PackageVersion
impl NamedType for PackageVersion
impl HasSubtype<PackageVersion> for Node
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