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