Struct octorust::types::Import[][src]

pub struct Import {
Show 23 fields pub authors_count: i64, pub authors_url: Option<Url>, pub commit_count: i64, pub error_message: String, pub failed_step: String, pub has_large_files: bool, pub html_url: Option<Url>, pub import_percent: i64, pub large_files_count: i64, pub large_files_size: i64, pub message: String, pub project_choices: Vec<ProjectChoices>, pub push_percent: i64, pub repository_url: Option<Url>, pub status: ImportStatus, pub status_text: String, pub svc_root: String, pub svn_root: String, pub tfvc_project: String, pub url: Option<Url>, pub use_lfs: bool, pub vcs: String, pub vcs_url: String,
}
Expand description

A repository import from an external source.

Fields

authors_count: i64

A repository import from an external source.

authors_url: Option<Url>commit_count: i64

A repository import from an external source.

error_message: Stringfailed_step: Stringhas_large_files: bool

A repository import from an external source.

html_url: Option<Url>import_percent: i64

A repository import from an external source.

large_files_count: i64

A repository import from an external source.

large_files_size: i64

A repository import from an external source.

message: Stringproject_choices: Vec<ProjectChoices>

A repository import from an external source.

push_percent: i64

A repository import from an external source.

repository_url: Option<Url>status: ImportStatusstatus_text: Stringsvc_root: Stringsvn_root: Stringtfvc_project: Stringurl: Option<Url>use_lfs: bool

A repository import from an external source.

vcs: Stringvcs_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

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.

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.