pub struct Initiative;Trait Implementations§
Source§impl HasField<__typename> for Initiative
impl HasField<__typename> for Initiative
Source§impl HasField<archivedAt> for Initiative
impl HasField<archivedAt> for Initiative
Source§impl HasField<color> for Initiative
impl HasField<color> for Initiative
Source§impl HasField<completedAt> for Initiative
impl HasField<completedAt> for Initiative
Source§impl HasField<content> for Initiative
impl HasField<content> for Initiative
Source§impl HasField<createdAt> for Initiative
impl HasField<createdAt> for Initiative
Source§impl HasField<creator> for Initiative
impl HasField<creator> for Initiative
Source§impl HasField<description> for Initiative
impl HasField<description> for Initiative
Source§impl HasField<documentContent> for Initiative
impl HasField<documentContent> for Initiative
Source§type Type = Option<DocumentContent>
type Type = Option<DocumentContent>
The schema marker type of this field.
Source§impl HasField<documents> for Initiative
impl HasField<documents> for Initiative
Source§type Type = DocumentConnection
type Type = DocumentConnection
The schema marker type of this field.
Source§impl HasField<facets> for Initiative
impl HasField<facets> for Initiative
Source§impl HasField<frequencyResolution> for Initiative
impl HasField<frequencyResolution> for Initiative
Source§type Type = FrequencyResolutionType
type Type = FrequencyResolutionType
The schema marker type of this field.
Source§impl HasField<health> for Initiative
impl HasField<health> for Initiative
Source§type Type = Option<InitiativeUpdateHealthType>
type Type = Option<InitiativeUpdateHealthType>
The schema marker type of this field.
Source§impl HasField<healthUpdatedAt> for Initiative
impl HasField<healthUpdatedAt> for Initiative
Source§impl HasField<history> for Initiative
impl HasField<history> for Initiative
Source§type Type = InitiativeHistoryConnection
type Type = InitiativeHistoryConnection
The schema marker type of this field.
Source§impl HasField<icon> for Initiative
impl HasField<icon> for Initiative
Source§impl HasField<initiativeUpdates> for Initiative
impl HasField<initiativeUpdates> for Initiative
Source§type Type = InitiativeUpdateConnection
type Type = InitiativeUpdateConnection
The schema marker type of this field.
Source§impl HasField<integrationsSettings> for Initiative
impl HasField<integrationsSettings> for Initiative
Source§type Type = Option<IntegrationsSettings>
type Type = Option<IntegrationsSettings>
The schema marker type of this field.
Source§impl HasField<lastUpdate> for Initiative
impl HasField<lastUpdate> for Initiative
Source§type Type = Option<InitiativeUpdate>
type Type = Option<InitiativeUpdate>
The schema marker type of this field.
Source§impl HasField<links> for Initiative
impl HasField<links> for Initiative
Source§type Type = EntityExternalLinkConnection
type Type = EntityExternalLinkConnection
The schema marker type of this field.
Source§impl HasField<name> for Initiative
impl HasField<name> for Initiative
Source§impl HasField<organization> for Initiative
impl HasField<organization> for Initiative
Source§type Type = Organization
type Type = Organization
The schema marker type of this field.
Source§impl HasField<owner> for Initiative
impl HasField<owner> for Initiative
Source§impl HasField<parentInitiative> for Initiative
impl HasField<parentInitiative> for Initiative
Source§type Type = Option<Initiative>
type Type = Option<Initiative>
The schema marker type of this field.
Source§impl HasField<projects> for Initiative
impl HasField<projects> for Initiative
Source§type Type = ProjectConnection
type Type = ProjectConnection
The schema marker type of this field.
Source§impl HasField<slugId> for Initiative
impl HasField<slugId> for Initiative
Source§impl HasField<sortOrder> for Initiative
impl HasField<sortOrder> for Initiative
Source§impl HasField<startedAt> for Initiative
impl HasField<startedAt> for Initiative
Source§impl HasField<status> for Initiative
impl HasField<status> for Initiative
Source§type Type = InitiativeStatus
type Type = InitiativeStatus
The schema marker type of this field.
Source§impl HasField<subInitiatives> for Initiative
impl HasField<subInitiatives> for Initiative
Source§type Type = InitiativeConnection
type Type = InitiativeConnection
The schema marker type of this field.
Source§impl HasField<targetDate> for Initiative
impl HasField<targetDate> for Initiative
Source§type Type = Option<TimelessDate>
type Type = Option<TimelessDate>
The schema marker type of this field.
Source§impl HasField<targetDateResolution> for Initiative
impl HasField<targetDateResolution> for Initiative
Source§type Type = Option<DateResolutionType>
type Type = Option<DateResolutionType>
The schema marker type of this field.
Source§impl HasField<trashed> for Initiative
impl HasField<trashed> for Initiative
Source§impl HasField<updateReminderFrequency> for Initiative
impl HasField<updateReminderFrequency> for Initiative
Source§impl HasField<updateRemindersDay> for Initiative
impl HasField<updateRemindersDay> for Initiative
Source§impl HasField<updateRemindersHour> for Initiative
impl HasField<updateRemindersHour> for Initiative
Source§impl HasField<updatedAt> for Initiative
impl HasField<updatedAt> for Initiative
Source§impl HasField<url> for Initiative
impl HasField<url> for Initiative
Source§impl NamedType for Initiative
impl NamedType for Initiative
impl HasSubtype<Initiative> for Node
Auto Trait Implementations§
impl Freeze for Initiative
impl RefUnwindSafe for Initiative
impl Send for Initiative
impl Sync for Initiative
impl Unpin for Initiative
impl UnwindSafe for Initiative
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