pub struct User;Trait Implementations§
Source§impl HasField<__typename> for User
impl HasField<__typename> for User
Source§impl HasField<archivedAt> for User
impl HasField<archivedAt> for User
Source§impl HasField<assignedIssues> for User
impl HasField<assignedIssues> for User
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Source§impl HasField<avatarBackgroundColor> for User
impl HasField<avatarBackgroundColor> for User
Source§impl HasField<calendarHash> for User
impl HasField<calendarHash> for User
Source§impl HasField<canAccessAnyPublicTeam> for User
impl HasField<canAccessAnyPublicTeam> for User
Source§impl HasField<createdIssueCount> for User
impl HasField<createdIssueCount> for User
Source§impl HasField<createdIssues> for User
impl HasField<createdIssues> for User
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Source§impl HasField<delegatedIssues> for User
impl HasField<delegatedIssues> for User
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Source§impl HasField<description> for User
impl HasField<description> for User
Source§impl HasField<disableReason> for User
impl HasField<disableReason> for User
Source§impl HasField<displayName> for User
impl HasField<displayName> for User
Source§impl HasField<drafts> for User
impl HasField<drafts> for User
Source§type Type = DraftConnection
type Type = DraftConnection
The schema marker type of this field.
Source§impl HasField<feedFacets> for User
impl HasField<feedFacets> for User
Source§type Type = FacetConnection
type Type = FacetConnection
The schema marker type of this field.
Source§impl HasField<gitHubUserId> for User
impl HasField<gitHubUserId> for User
Source§impl HasField<identityProvider> for User
impl HasField<identityProvider> for User
Source§type Type = Option<IdentityProvider>
type Type = Option<IdentityProvider>
The schema marker type of this field.
Source§impl HasField<inviteHash> for User
impl HasField<inviteHash> for User
Source§impl HasField<isAssignable> for User
impl HasField<isAssignable> for User
Source§impl HasField<isMentionable> for User
impl HasField<isMentionable> for User
Source§impl HasField<issueDrafts> for User
impl HasField<issueDrafts> for User
Source§type Type = IssueDraftConnection
type Type = IssueDraftConnection
The schema marker type of this field.
Source§impl HasField<organization> for User
impl HasField<organization> for User
Source§type Type = Organization
type Type = Organization
The schema marker type of this field.
Source§impl HasField<statusEmoji> for User
impl HasField<statusEmoji> for User
Source§impl HasField<statusLabel> for User
impl HasField<statusLabel> for User
Source§impl HasField<statusUntilAt> for User
impl HasField<statusUntilAt> for User
Source§impl HasField<supportsAgentSessions> for User
impl HasField<supportsAgentSessions> for User
Source§impl HasField<teamMemberships> for User
impl HasField<teamMemberships> for User
Source§type Type = TeamMembershipConnection
type Type = TeamMembershipConnection
The schema marker type of this field.
Source§impl HasField<teams> for User
impl HasField<teams> for User
Source§type Type = TeamConnection
type Type = TeamConnection
The schema marker type of this field.
impl HasSubtype<User> for Node
Auto Trait Implementations§
impl Freeze for User
impl RefUnwindSafe for User
impl Send for User
impl Sync for User
impl Unpin for User
impl UnwindSafe for User
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