pub struct PackageTag;
Trait Implementations§
Source§impl HasField<__typename> for PackageTag
impl HasField<__typename> for PackageTag
Source§impl HasField<name> for PackageTag
impl HasField<name> for PackageTag
Source§impl HasField<version> for PackageTag
impl HasField<version> for PackageTag
Source§type Type = Option<PackageVersion>
type Type = Option<PackageVersion>
The schema marker type of this field.
Source§impl NamedType for PackageTag
impl NamedType for PackageTag
impl HasSubtype<PackageTag> for Node
Auto Trait Implementations§
impl Freeze for PackageTag
impl RefUnwindSafe for PackageTag
impl Send for PackageTag
impl Sync for PackageTag
impl Unpin for PackageTag
impl UnwindSafe for PackageTag
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