#[derive(Default, Debug)]pubstructContainerResize{/// Height to set for the terminal, in characters
pubh:Option<i64>,
/// Width to set for the terminal, in characters
pubw:Option<i64>,
/// Ignore containers not running errors
pubrunning:Option<bool>,
}