Initiative

Struct Initiative 

Source
pub struct Initiative;

Trait Implementations§

Source§

impl HasField<__typename> for Initiative

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<archivedAt> for Initiative

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<color> for Initiative

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<completedAt> for Initiative

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<content> for Initiative

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<createdAt> for Initiative

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<creator> for Initiative

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<description> for Initiative

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<documentContent> for Initiative

Source§

type Type = Option<DocumentContent>

The schema marker type of this field.
Source§

impl HasField<documents> for Initiative

Source§

type Type = DocumentConnection

The schema marker type of this field.
Source§

impl HasField<facets> for Initiative

Source§

type Type = Vec<Facet>

The schema marker type of this field.
Source§

impl HasField<frequencyResolution> for Initiative

Source§

type Type = FrequencyResolutionType

The schema marker type of this field.
Source§

impl HasField<health> for Initiative

Source§

type Type = Option<InitiativeUpdateHealthType>

The schema marker type of this field.
Source§

impl HasField<healthUpdatedAt> for Initiative

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<history> for Initiative

Source§

type Type = InitiativeHistoryConnection

The schema marker type of this field.
Source§

impl HasField<icon> for Initiative

Source§

type Type = Option<String>

The schema marker type of this field.
Source§

impl HasField<id> for Initiative

Source§

type Type = Id

The schema marker type of this field.
Source§

impl HasField<initiativeUpdates> for Initiative

Source§

type Type = InitiativeUpdateConnection

The schema marker type of this field.
Source§

impl HasField<integrationsSettings> for Initiative

Source§

type Type = Option<IntegrationsSettings>

The schema marker type of this field.
Source§

impl HasField<lastUpdate> for Initiative

Source§

type Type = Option<InitiativeUpdate>

The schema marker type of this field.
Source§

impl HasField<links> for Initiative

Source§

type Type = EntityExternalLinkConnection

The schema marker type of this field.
Source§

impl HasField<name> for Initiative

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<organization> for Initiative

Source§

type Type = Organization

The schema marker type of this field.
Source§

impl HasField<owner> for Initiative

Source§

type Type = Option<User>

The schema marker type of this field.
Source§

impl HasField<parentInitiative> for Initiative

Source§

type Type = Option<Initiative>

The schema marker type of this field.
Source§

impl HasField<projects> for Initiative

Source§

type Type = ProjectConnection

The schema marker type of this field.
Source§

impl HasField<slugId> for Initiative

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<sortOrder> for Initiative

Source§

type Type = f64

The schema marker type of this field.
Source§

impl HasField<startedAt> for Initiative

Source§

type Type = Option<DateTime>

The schema marker type of this field.
Source§

impl HasField<status> for Initiative

Source§

type Type = InitiativeStatus

The schema marker type of this field.
Source§

impl HasField<subInitiatives> for Initiative

Source§

type Type = InitiativeConnection

The schema marker type of this field.
Source§

impl HasField<targetDate> for Initiative

Source§

type Type = Option<TimelessDate>

The schema marker type of this field.
Source§

impl HasField<targetDateResolution> for Initiative

Source§

type Type = Option<DateResolutionType>

The schema marker type of this field.
Source§

impl HasField<trashed> for Initiative

Source§

type Type = Option<bool>

The schema marker type of this field.
Source§

impl HasField<updateReminderFrequency> for Initiative

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<updateReminderFrequencyInWeeks> for Initiative

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<updateRemindersDay> for Initiative

Source§

type Type = Option<Day>

The schema marker type of this field.
Source§

impl HasField<updateRemindersHour> for Initiative

Source§

type Type = Option<f64>

The schema marker type of this field.
Source§

impl HasField<updatedAt> for Initiative

Source§

type Type = DateTime

The schema marker type of this field.
Source§

impl HasField<url> for Initiative

Source§

type Type = String

The schema marker type of this field.
Source§

impl NamedType for Initiative

Source§

const NAME: &'static str = "Initiative"

The name of this type
Source§

impl HasSubtype<Initiative> for Node

Auto Trait Implementations§

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