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