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