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

pub struct Repository {
    pub content_resource_uri: Option<String>,
    pub id: String,
    pub name: String,
    pub provider: String,
    pub provider_role: String,
    pub format: String,
    pub repo_type: String,
    pub exposed: bool,
    pub write_policy: String,
    pub browseable: bool,
    pub indexable: bool,
    pub not_found_cache_ttl: i32,
    pub repo_policy: Option<String>,
    pub checksum_policy: Option<String>,
    pub download_remote_indexes: bool,
    pub default_local_storage_url: String,
    pub remote_storage: Option<RemoteStorage>,
    pub file_type_validation: Option<bool>,
    pub artifact_max_age: Option<i32>,
    pub metadata_max_age: Option<i32>,
    pub item_max_age: Option<i32>,
    pub auto_block_active: Option<bool>,
}

Fields

Methods

impl Repository
[src]

Trait Implementations

impl Debug for Repository
[src]

Formats the value using the given formatter.

impl Clone for Repository
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Repository
[src]

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

This method tests for !=.