1 2 3 4 5
#[derive(Default, Debug)] pub struct ContainerRename<'a> { /// New name for the container pub name: &'a str, }