Struct scaleway_api_rs::models::scaleway_registry_v1_namespace::ScalewayRegistryV1Namespace[][src]

pub struct ScalewayRegistryV1Namespace {
Show fields pub id: Option<String>, pub name: Option<String>, pub description: Option<String>, pub organization_id: Option<String>, pub project_id: Option<String>, pub status: Option<Status>, pub status_message: Option<String>, pub endpoint: Option<String>, pub is_public: Option<bool>, pub size: Option<f32>, pub created_at: Option<String>, pub updated_at: Option<String>, pub image_count: Option<f32>, pub region: Option<String>,
}

Fields

id: Option<String>

The unique ID of the namespace

name: Option<String>

The name of the namespace, unique in a region accross all organizations

description: Option<String>

Description of the namespace

organization_id: Option<String>

Owner of the namespace

project_id: Option<String>

Project of the namespace

status: Option<Status>

Namespace status

status_message: Option<String>

Namespace status details

endpoint: Option<String>

Endpoint reachable by docker

is_public: Option<bool>

Namespace visibility policy

size: Option<f32>

Total size of the namespace, calculated as the sum of the size of all images in the namespace (in bytes)

created_at: Option<String>

Creation date

updated_at: Option<String>

Last modification date, from the user or the service

image_count: Option<f32>

Number of images in the namespace

region: Option<String>

Region the namespace belongs to

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.