1#[derive(Default)] 2pub struct VolumeRemoveOptions<'a> { 3 pub name: &'a str, 4 pub force: Option<bool>, 5}