Team

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<activeCycle> for Team

Source§

type Type = Option<Cycle>

The schema marker type of this field.
Source§

impl HasField<aiDiscussionSummariesEnabled> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<aiThreadSummariesEnabled> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<allMembersCanJoin> for Team

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<archivedAt> for Team

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<autoArchivePeriod> for Team

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<autoCloseChildIssues> for Team

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<autoCloseParentIssues> for Team

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<autoClosePeriod> for Team

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<autoCloseStateId> for Team

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<children> for Team

Source§

type Type = Vec<Team>

The schema marker type of this field.
Source§

impl HasField<color> for Team

Source§

type Type = Option<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<currentProgress> for Team

Source§

type Type = JSONObject

The schema marker type of this field.
Source§

impl HasField<cycleCalenderUrl> for Team

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<cycleCooldownTime> for Team

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<cycleDuration> for Team

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<cycleIssueAutoAssignCompleted> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<cycleIssueAutoAssignStarted> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<cycleLockToActive> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<cycleStartDay> for Team

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<cycles> for Team

Source§

type Type = CycleConnection

The schema marker type of this field.
Source§

impl HasField<cyclesEnabled> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<defaultIssueEstimate> for Team

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<defaultIssueState> for Team

Source§

type Type = Option<WorkflowState>

The schema marker type of this field.
Source§

impl HasField<defaultProjectTemplate> for Team

Source§

type Type = Option<Template>

The schema marker type of this field.
Source§

impl HasField<defaultTemplateForMembers> for Team

Source§

type Type = Option<Template>

The schema marker type of this field.
Source§

impl HasField<defaultTemplateForMembersId> for Team

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<defaultTemplateForNonMembers> for Team

Source§

type Type = Option<Template>

The schema marker type of this field.
Source§

impl HasField<defaultTemplateForNonMembersId> for Team

Source§

type Type = Option<String>

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<displayName> for Team

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<draftWorkflowState> for Team

Source§

type Type = Option<WorkflowState>

The schema marker type of this field.
Source§

impl HasField<facets> for Team

Source§

type Type = Vec<Facet>

The schema marker type of this field.
Source§

impl HasField<gitAutomationStates> for Team

Source§

type Type = GitAutomationStateConnection

The schema marker type of this field.
Source§

impl HasField<groupIssueHistory> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<icon> for Team

Source§

type Type = Option<String>

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<inheritIssueEstimation> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<inheritWorkflowStatuses> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<integrationsSettings> for Team

Source§

type Type = Option<IntegrationsSettings>

The schema marker type of this field.
Source§

impl HasField<inviteHash> for Team

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<issueCount> for Team

Source§

type Type = i32

The schema marker type of this field.
Source§

impl HasField<issueEstimationAllowZero> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<issueEstimationExtended> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<issueEstimationType> for Team

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<issueOrderingNoPriorityFirst> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<issueSortOrderDefaultToBottom> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<issues> for Team

Source§

type Type = IssueConnection

The schema marker type of this field.
Source§

impl HasField<joinByDefault> for Team

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<key> for Team

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<labels> for Team

Source§

type Type = IssueLabelConnection

The schema marker type of this field.
Source§

impl HasField<markedAsDuplicateWorkflowState> for Team

Source§

type Type = Option<WorkflowState>

The schema marker type of this field.
Source§

impl HasField<members> for Team

Source§

type Type = UserConnection

The schema marker type of this field.
Source§

impl HasField<membership> for Team

Source§

type Type = Option<TeamMembership>

The schema marker type of this field.
Source§

impl HasField<memberships> for Team

Source§

type Type = TeamMembershipConnection

The schema marker type of this field.
Source§

impl HasField<mergeWorkflowState> for Team

Source§

type Type = Option<WorkflowState>

The schema marker type of this field.
Source§

impl HasField<mergeableWorkflowState> for Team

Source§

type Type = Option<WorkflowState>

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<organization> for Team

Source§

type Type = Organization

The schema marker type of this field.
Source§

impl HasField<parent> for Team

Source§

type Type = Option<Team>

The schema marker type of this field.
Source§

impl HasField<posts> for Team

Source§

type Type = Vec<Post>

The schema marker type of this field.
Source§

impl HasField<private> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<progressHistory> for Team

Source§

type Type = JSONObject

The schema marker type of this field.
Source§

impl HasField<projects> for Team

Source§

type Type = ProjectConnection

The schema marker type of this field.
Source§

impl HasField<requirePriorityToLeaveTriage> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<reviewWorkflowState> for Team

Source§

type Type = Option<WorkflowState>

The schema marker type of this field.
Source§

impl HasField<scimGroupName> for Team

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<scimManaged> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<securitySettings> for Team

Source§

type Type = JSONObject

The schema marker type of this field.
Source§

impl HasField<setIssueSortOrderOnStateChange> for Team

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<slackIssueComments> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<slackIssueStatuses> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<slackNewIssue> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<startWorkflowState> for Team

Source§

type Type = Option<WorkflowState>

The schema marker type of this field.
Source§

impl HasField<states> for Team

Source§

type Type = WorkflowStateConnection

The schema marker type of this field.
Source§

impl HasField<templates> for Team

Source§

type Type = TemplateConnection

The schema marker type of this field.
Source§

impl HasField<timezone> for Team

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<triageEnabled> for Team

Source§

type Type = bool

The schema marker type of this field.
Source§

impl HasField<triageIssueState> for Team

Source§

type Type = Option<WorkflowState>

The schema marker type of this field.
Source§

impl HasField<triageResponsibility> for Team

Source§

type Type = Option<TriageResponsibility>

The schema marker type of this field.
Source§

impl HasField<upcomingCycleCount> for Team

Source§

type Type = f64

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<webhooks> for Team

Source§

type Type = WebhookConnection

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 Node

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