podman_rest_client/v5/params/
container_rename_libpod.rs

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