podman_client/models/podman/containers/
unmount.rs

1pub struct ContainerUnmountOptions<'a> {
2    pub name: &'a str,
3}