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