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
resource_uri: String
content_resource_uri: Option<String>
id: String
name: String
repo_type: String
repo_policy: Option<String>
provider: String
provider_role: String
format: String
user_managed: bool
exposed: bool
effective_local_storage_url: String
remote_uri: Option<String>
Trait Implementations
impl Debug for RepositorySummary
[src]
impl Clone for RepositorySummary
[src]
fn clone(&self) -> RepositorySummary
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for RepositorySummary
[src]
fn eq(&self, __arg_0: &RepositorySummary) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RepositorySummary) -> bool
This method tests for !=
.