Struct nexus_rs::models::repository::RepositorySummary [] [src]

pub struct RepositorySummary {
    pub resource_uri: String,
    pub content_resource_uri: Option<String>,
    pub id: String,
    pub name: String,
    pub repo_type: String,
    pub repo_policy: Option<String>,
    pub provider: String,
    pub provider_role: String,
    pub format: String,
    pub user_managed: bool,
    pub exposed: bool,
    pub effective_local_storage_url: String,
    pub remote_uri: Option<String>,
}

Fields

Trait Implementations

impl Debug for RepositorySummary
[src]

Formats the value using the given formatter.

impl Clone for RepositorySummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RepositorySummary
[src]

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

This method tests for !=.