podman_rest_client/v5/params/
container_rename.rs

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