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