Struct Team

Source
pub struct Team;

Trait Implementations§

Source§

impl HasField<__typename> for Team

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<ancestors> for Team

Source§

type Type = TeamConnection

The schema marker type of this field.
Source§

impl HasField<avatarUrl> for Team

Source§

type Type = Option<URI>

The schema marker type of this field.
Source§

impl HasField<childTeams> for Team

Source§

type Type = TeamConnection

The schema marker type of this field.
Source§

impl HasField<combinedSlug> for Team

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<createdAt> for Team

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<databaseId> for Team

Source§

type Type = Option<i32>

The schema marker type of this field.
Source§

impl HasField<description> for Team

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<discussion> for Team

Source§

type Type = Option<TeamDiscussion>

The schema marker type of this field.
Source§

impl HasField<discussions> for Team

Source§

type Type = TeamDiscussionConnection

The schema marker type of this field.
Source§

impl HasField<discussionsResourcePath> for Team

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<discussionsUrl> for Team

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<editTeamResourcePath> for Team

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<editTeamUrl> for Team

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<id> for Team

Source§

type Type = Id

The schema marker type of this field.
Source§

impl HasField<invitations> for Team

Source§

type Type = Option<OrganizationInvitationConnection>

The schema marker type of this field.
Source§

impl HasField<memberStatuses> for Team

Source§

type Type = UserStatusConnection

The schema marker type of this field.
Source§

impl HasField<members> for Team

Source§

type Type = TeamMemberConnection

The schema marker type of this field.
Source§

impl HasField<membersResourcePath> for Team

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<membersUrl> for Team

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<name> for Team

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<newTeamResourcePath> for Team

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<newTeamUrl> for Team

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<notificationSetting> for Team

Source§

type Type = TeamNotificationSetting

The schema marker type of this field.
Source§

impl HasField<organization> for Team

Source§

type Type = Organization

The schema marker type of this field.
Source§

impl HasField<parentTeam> for Team

Source§

type Type = Option<Team>

The schema marker type of this field.
Source§

impl HasField<privacy> for Team

Source§

type Type = TeamPrivacy

The schema marker type of this field.
Source§

impl HasField<projectV2> for Team

Source§

type Type = Option<ProjectV2>

The schema marker type of this field.
Source§

impl HasField<projectsV2> for Team

Source§

type Type = ProjectV2Connection

The schema marker type of this field.
Source§

impl HasField<repositories> for Team

Source§

type Type = TeamRepositoryConnection

The schema marker type of this field.
Source§

impl HasField<repositoriesResourcePath> for Team

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<repositoriesUrl> for Team

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<resourcePath> for Team

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<reviewRequestDelegationAlgorithm> for Team

Source§

type Type = Option<TeamReviewAssignmentAlgorithm>

The schema marker type of this field.
Source§

impl HasField<reviewRequestDelegationEnabled> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<reviewRequestDelegationMemberCount> for Team

Source§

type Type = Option<i32>

The schema marker type of this field.
Source§

impl HasField<reviewRequestDelegationNotifyTeam> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<slug> for Team

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<teamsResourcePath> for Team

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<teamsUrl> for Team

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<updatedAt> for Team

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<url> for Team

Source§

type Type = URI

The schema marker type of this field.
Source§

impl HasField<viewerCanAdminister> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerCanSubscribe> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<viewerSubscription> for Team

Source§

type Type = Option<SubscriptionState>

The schema marker type of this field.
Source§

impl NamedType for Team

Source§

const NAME: &'static str = "Team"

The name of this type
Source§

impl HasSubtype<Team> for BranchActorAllowanceActor

Source§

impl HasSubtype<Team> for BypassActor

Source§

impl HasSubtype<Team> for DeploymentReviewer

Source§

impl HasSubtype<Team> for MemberStatusable

Source§

impl HasSubtype<Team> for Node

Source§

impl HasSubtype<Team> for PermissionGranter

Source§

impl HasSubtype<Team> for PushAllowanceActor

Source§

impl HasSubtype<Team> for RequestedReviewer

Source§

impl HasSubtype<Team> for ReviewDismissalAllowanceActor

Source§

impl HasSubtype<Team> for Subscribable

Auto Trait Implementations§

§

impl Freeze for Team

§

impl RefUnwindSafe for Team

§

impl Send for Team

§

impl Sync for Team

§

impl Unpin for Team

§

impl UnwindSafe for Team

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> IsFieldType<T> for T