Struct google_clouddebugger2::CloudRepoSourceContext[][src]

pub struct CloudRepoSourceContext {
    pub alias_context: Option<AliasContext>,
    pub revision_id: Option<String>,
    pub alias_name: Option<String>,
    pub repo_id: Option<RepoId>,
}

A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform).

This type is not used in any activity, and only used as part of another schema.

Fields

An alias, which may be a branch or tag.

A revision ID.

The name of an alias (branch, tag, etc.).

The ID of the repo.

Trait Implementations

impl Default for CloudRepoSourceContext
[src]

Returns the "default value" for a type. Read more

impl Clone for CloudRepoSourceContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CloudRepoSourceContext
[src]

Formats the value using the given formatter. Read more

impl Part for CloudRepoSourceContext
[src]

Auto Trait Implementations