Struct google_clouddebugger2::RepoId[][src]

pub struct RepoId {
    pub project_repo_id: Option<ProjectRepoId>,
    pub uid: Option<String>,
}

A unique identifier for a cloud repo.

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

Fields

A combination of a project ID and a repo name.

A server-assigned, globally unique identifier.

Trait Implementations

impl Default for RepoId
[src]

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

impl Clone for RepoId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RepoId
[src]

Formats the value using the given formatter. Read more

impl Part for RepoId
[src]

Auto Trait Implementations

impl Send for RepoId

impl Sync for RepoId