pub struct ProfileOwner;
Trait Implementations§
Source§impl HasField<__typename> for ProfileOwner
impl HasField<__typename> for ProfileOwner
Source§impl HasField<anyPinnableItems> for ProfileOwner
impl HasField<anyPinnableItems> for ProfileOwner
Source§impl HasField<email> for ProfileOwner
impl HasField<email> for ProfileOwner
Source§impl HasField<itemShowcase> for ProfileOwner
impl HasField<itemShowcase> for ProfileOwner
Source§type Type = ProfileItemShowcase
type Type = ProfileItemShowcase
The schema marker type of this field.
Source§impl HasField<location> for ProfileOwner
impl HasField<location> for ProfileOwner
Source§impl HasField<login> for ProfileOwner
impl HasField<login> for ProfileOwner
Source§impl HasField<name> for ProfileOwner
impl HasField<name> for ProfileOwner
Source§impl HasField<pinnableItems> for ProfileOwner
impl HasField<pinnableItems> for ProfileOwner
Source§type Type = PinnableItemConnection
type Type = PinnableItemConnection
The schema marker type of this field.
Source§impl HasField<pinnedItems> for ProfileOwner
impl HasField<pinnedItems> for ProfileOwner
Source§type Type = PinnableItemConnection
type Type = PinnableItemConnection
The schema marker type of this field.
Source§impl HasField<pinnedItemsRemaining> for ProfileOwner
impl HasField<pinnedItemsRemaining> for ProfileOwner
Source§impl HasField<websiteUrl> for ProfileOwner
impl HasField<websiteUrl> for ProfileOwner
Source§impl NamedType for ProfileOwner
impl NamedType for ProfileOwner
impl HasSubtype<Organization> for ProfileOwner
impl HasSubtype<ProfileOwner> for ProfileOwner
impl HasSubtype<User> for ProfileOwner
Auto Trait Implementations§
impl Freeze for ProfileOwner
impl RefUnwindSafe for ProfileOwner
impl Send for ProfileOwner
impl Sync for ProfileOwner
impl Unpin for ProfileOwner
impl UnwindSafe for ProfileOwner
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