Struct octorust::types::OrganizationFull[][src]

pub struct OrganizationFull {
Show 46 fields pub avatar_url: String, pub billing_email: String, pub blog: String, pub collaborators: i64, pub company: String, pub created_at: Option<DateTime<Utc>>, pub default_repository_permission: String, pub description: String, pub disk_usage: i64, pub email: String, pub events_url: String, pub followers: i64, pub following: i64, pub has_organization_projects: bool, pub has_repository_projects: bool, pub hooks_url: String, pub html_url: String, pub id: i64, pub is_verified: bool, pub issues_url: String, pub location: String, pub login: String, pub members_allowed_repository_creation_type: String, pub members_can_create_internal_repositories: bool, pub members_can_create_pages: bool, pub members_can_create_private_pages: bool, pub members_can_create_private_repositories: bool, pub members_can_create_public_pages: bool, pub members_can_create_public_repositories: bool, pub members_can_create_repositories: bool, pub members_url: String, pub name: String, pub node_id: String, pub owned_private_repos: i64, pub plan: Option<OrganizationFullPlan>, pub private_gists: i64, pub public_gists: i64, pub public_members_url: String, pub public_repos: i64, pub repos_url: String, pub total_private_repos: i64, pub twitter_username: String, pub two_factor_requirement_enabled: bool, pub type_: String, pub updated_at: Option<DateTime<Utc>>, pub url: String,
}
Expand description

Organization Full

Fields

avatar_url: Stringbilling_email: Stringblog: Stringcollaborators: i64

Organization Full

company: Stringcreated_at: Option<DateTime<Utc>>default_repository_permission: Stringdescription: Stringdisk_usage: i64

Organization Full

email: Stringevents_url: Stringfollowers: i64following: i64has_organization_projects: boolhas_repository_projects: boolhooks_url: Stringhtml_url: Stringid: i64is_verified: bool

Organization Full

issues_url: Stringlocation: Stringlogin: Stringmembers_allowed_repository_creation_type: Stringmembers_can_create_internal_repositories: bool

Organization Full

members_can_create_pages: bool

Organization Full

members_can_create_private_pages: bool

Organization Full

members_can_create_private_repositories: bool

Organization Full

members_can_create_public_pages: bool

Organization Full

members_can_create_public_repositories: bool

Organization Full

members_can_create_repositories: bool

Organization Full

members_url: Stringname: Stringnode_id: Stringowned_private_repos: i64

Organization Full

plan: Option<OrganizationFullPlan>

Organization Full

private_gists: i64

Organization Full

public_gists: i64public_members_url: Stringpublic_repos: i64repos_url: Stringtotal_private_repos: i64

Organization Full

twitter_username: Stringtwo_factor_requirement_enabled: bool

Organization Full

type_: Stringupdated_at: Option<DateTime<Utc>>url: String

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

The name of the generated JSON Schema. Read more

Generates a JSON Schema for this type. Read more

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. 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

Performs the conversion.

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

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.