podman_client/models/podman/volumes/
exists.rs

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