podman_rest_client/v5/params/
container_start_libpod.rs

1#[derive(Default, Debug)]
2pub struct ContainerStartLibpod<'a> {
3    /// Override the key sequence for detaching a container. Format is a single character [a-Z] or ctrl-<value> where <value> is one of: a-z, @, ^, [, , or _.
4    pub detach_keys: Option<&'a str>,
5}