pub struct ListProjectsOption {
Show 26 fields pub archived: Option<bool>, pub id_after: Option<i64>, pub id_before: Option<i64>, pub imported: Option<bool>, pub last_activity_after: Option<DateTime<Utc>>, pub last_activity_before: Option<DateTime<Utc>>, pub membership: Option<bool>, pub min_access_level: Option<i64>, pub order_by: Option<String>, pub owned: Option<bool>, pub repository_checksum_failed: Option<bool>, pub repository_storage: Option<String>, pub search_namespaces: Option<bool>, pub search: Option<String>, pub simple: Option<bool>, pub sort: Option<String>, pub starred: Option<bool>, pub statistics: Option<bool>, pub topic: Option<String>, pub topic_id: Option<i64>, pub visibility: Option<String>, pub wiki_checksum_failed: Option<bool>, pub wiki_custom_attributes: Option<bool>, pub wiki_issues_enabled: Option<bool>, pub wiki_merge_requests_enabled: Option<bool>, pub with_programming_language: Option<String>,
}

Fields

archived: Option<bool>id_after: Option<i64>id_before: Option<i64>imported: Option<bool>last_activity_after: Option<DateTime<Utc>>last_activity_before: Option<DateTime<Utc>>membership: Option<bool>min_access_level: Option<i64>order_by: Option<String>owned: Option<bool>repository_checksum_failed: Option<bool>repository_storage: Option<String>search_namespaces: Option<bool>search: Option<String>simple: Option<bool>sort: Option<String>starred: Option<bool>statistics: Option<bool>topic: Option<String>topic_id: Option<i64>visibility: Option<String>wiki_checksum_failed: Option<bool>wiki_custom_attributes: Option<bool>wiki_issues_enabled: Option<bool>wiki_merge_requests_enabled: Option<bool>with_programming_language: Option<String>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more