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