pub struct PackageOwner;
Trait Implementations§
Source§impl HasField<__typename> for PackageOwner
impl HasField<__typename> for PackageOwner
Source§impl HasField<packages> for PackageOwner
impl HasField<packages> for PackageOwner
Source§type Type = PackageConnection
type Type = PackageConnection
The schema marker type of this field.
Source§impl NamedType for PackageOwner
impl NamedType for PackageOwner
impl HasSubtype<Organization> for PackageOwner
impl HasSubtype<PackageOwner> for PackageOwner
impl HasSubtype<Repository> for PackageOwner
impl HasSubtype<User> for PackageOwner
Auto Trait Implementations§
impl Freeze for PackageOwner
impl RefUnwindSafe for PackageOwner
impl Send for PackageOwner
impl Sync for PackageOwner
impl Unpin for PackageOwner
impl UnwindSafe for PackageOwner
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