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
impl Clone for ContainerMetadata
Source§fn clone(&self) -> ContainerMetadata
fn clone(&self) -> ContainerMetadata
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more