wasmcloud_runtime::capability::blobstore::container

Type Alias ContainerMetadata

Source
pub type ContainerMetadata = ContainerMetadata;

Aliased Type§

struct ContainerMetadata {
    pub name: String,
    pub created_at: u64,
}

Fields§

§name: String

the container’s name

§created_at: u64

date and time container was created

Trait Implementations

Source§

impl Clone for ContainerMetadata

Source§

fn clone(&self) -> ContainerMetadata

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for ContainerMetadata

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl ComponentType for ContainerMetadata

Source§

impl Lift for ContainerMetadata

Source§

impl Lower for ContainerMetadata