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