pub struct Organization;Trait Implementations§
Source§impl HasField<__typename> for Organization
impl HasField<__typename> for Organization
Source§impl HasField<aiAddonEnabled> for Organization
impl HasField<aiAddonEnabled> for Organization
Source§impl HasField<allowMembersToInvite> for Organization
impl HasField<allowMembersToInvite> for Organization
Source§impl HasField<allowedAiProviders> for Organization
impl HasField<allowedAiProviders> for Organization
Source§impl HasField<allowedAuthServices> for Organization
impl HasField<allowedAuthServices> for Organization
Source§impl HasField<archivedAt> for Organization
impl HasField<archivedAt> for Organization
Source§impl HasField<createdAt> for Organization
impl HasField<createdAt> for Organization
Source§impl HasField<createdIssueCount> for Organization
impl HasField<createdIssueCount> for Organization
Source§impl HasField<customerCount> for Organization
impl HasField<customerCount> for Organization
Source§impl HasField<customersConfiguration> for Organization
impl HasField<customersConfiguration> for Organization
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<customersEnabled> for Organization
impl HasField<customersEnabled> for Organization
Source§impl HasField<defaultFeedSummarySchedule> for Organization
impl HasField<defaultFeedSummarySchedule> for Organization
Source§type Type = Option<FeedSummarySchedule>
type Type = Option<FeedSummarySchedule>
The schema marker type of this field.
Source§impl HasField<deletionRequestedAt> for Organization
impl HasField<deletionRequestedAt> for Organization
Source§impl HasField<facets> for Organization
impl HasField<facets> for Organization
Source§impl HasField<feedEnabled> for Organization
impl HasField<feedEnabled> for Organization
Source§impl HasField<fiscalYearStartMonth> for Organization
impl HasField<fiscalYearStartMonth> for Organization
Source§impl HasField<gitBranchFormat> for Organization
impl HasField<gitBranchFormat> for Organization
Source§impl HasField<integrations> for Organization
impl HasField<integrations> for Organization
Source§type Type = IntegrationConnection
type Type = IntegrationConnection
The schema marker type of this field.
Source§impl HasField<ipRestrictions> for Organization
impl HasField<ipRestrictions> for Organization
Source§impl HasField<labels> for Organization
impl HasField<labels> for Organization
Source§type Type = IssueLabelConnection
type Type = IssueLabelConnection
The schema marker type of this field.
Source§impl HasField<logoUrl> for Organization
impl HasField<logoUrl> for Organization
Source§impl HasField<name> for Organization
impl HasField<name> for Organization
Source§impl HasField<periodUploadVolume> for Organization
impl HasField<periodUploadVolume> for Organization
Source§impl HasField<previousUrlKeys> for Organization
impl HasField<previousUrlKeys> for Organization
Source§impl HasField<projectLabels> for Organization
impl HasField<projectLabels> for Organization
Source§type Type = ProjectLabelConnection
type Type = ProjectLabelConnection
The schema marker type of this field.
Source§impl HasField<projectStatuses> for Organization
impl HasField<projectStatuses> for Organization
Source§type Type = Vec<ProjectStatus>
type Type = Vec<ProjectStatus>
The schema marker type of this field.
Source§impl HasField<projectUpdatesReminderFrequency> for Organization
impl HasField<projectUpdatesReminderFrequency> for Organization
Source§type Type = ProjectUpdateReminderFrequency
type Type = ProjectUpdateReminderFrequency
The schema marker type of this field.
Source§impl HasField<releaseChannel> for Organization
impl HasField<releaseChannel> for Organization
Source§type Type = ReleaseChannel
type Type = ReleaseChannel
The schema marker type of this field.
Source§impl HasField<roadmapEnabled> for Organization
impl HasField<roadmapEnabled> for Organization
Source§impl HasField<samlEnabled> for Organization
impl HasField<samlEnabled> for Organization
Source§impl HasField<samlSettings> for Organization
impl HasField<samlSettings> for Organization
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<scimEnabled> for Organization
impl HasField<scimEnabled> for Organization
Source§impl HasField<scimSettings> for Organization
impl HasField<scimSettings> for Organization
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<securitySettings> for Organization
impl HasField<securitySettings> for Organization
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<slaDayCount> for Organization
impl HasField<slaDayCount> for Organization
Source§type Type = SLADayCountType
type Type = SLADayCountType
The schema marker type of this field.
Source§impl HasField<subscription> for Organization
impl HasField<subscription> for Organization
Source§type Type = Option<PaidSubscription>
type Type = Option<PaidSubscription>
The schema marker type of this field.
Source§impl HasField<teams> for Organization
impl HasField<teams> for Organization
Source§type Type = TeamConnection
type Type = TeamConnection
The schema marker type of this field.
Source§impl HasField<templates> for Organization
impl HasField<templates> for Organization
Source§type Type = TemplateConnection
type Type = TemplateConnection
The schema marker type of this field.
Source§impl HasField<themeSettings> for Organization
impl HasField<themeSettings> for Organization
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<trialEndsAt> for Organization
impl HasField<trialEndsAt> for Organization
Source§impl HasField<trialStartsAt> for Organization
impl HasField<trialStartsAt> for Organization
Source§impl HasField<updatedAt> for Organization
impl HasField<updatedAt> for Organization
Source§impl HasField<urlKey> for Organization
impl HasField<urlKey> for Organization
Source§impl HasField<userCount> for Organization
impl HasField<userCount> for Organization
Source§impl HasField<users> for Organization
impl HasField<users> for Organization
Source§type Type = UserConnection
type Type = UserConnection
The schema marker type of this field.
Source§impl HasField<workingDays> for Organization
impl HasField<workingDays> for Organization
Source§impl NamedType for Organization
impl NamedType for Organization
impl HasSubtype<Organization> for Node
Auto Trait Implementations§
impl Freeze for Organization
impl RefUnwindSafe for Organization
impl Send for Organization
impl Sync for Organization
impl Unpin for Organization
impl UnwindSafe for Organization
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