Struct roctogen::models::PostMigrationsStartForAuthenticatedUser[][src]

pub struct PostMigrationsStartForAuthenticatedUser {
    pub lock_repositories: Option<bool>,
    pub exclude_attachments: Option<bool>,
    pub exclude_releases: Option<bool>,
    pub exclude_owner_projects: Option<bool>,
    pub exclude: Option<Vec<String>>,
    pub repositories: Option<Vec<String>>,
}

Fields

lock_repositories: Option<bool>

Lock the repositories being migrated at the start of the migration

exclude_attachments: Option<bool>

Do not include attachments in the migration

exclude_releases: Option<bool>

Do not include releases in the migration

exclude_owner_projects: Option<bool>

Indicates whether projects owned by the organization or users should be excluded.

exclude: Option<Vec<String>>

Exclude attributes from the API response to improve performance

repositories: Option<Vec<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

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

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.

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)

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.