1#[derive(Default, Debug)] 2pub struct ContainerStop { 3 /// number of seconds to wait before killing container 4 pub t: Option<i64>, 5}