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