1#[derive(Default, Debug)] 2pub struct PodKillLibpod<'a> { 3 /// signal to be sent to pod 4 pub signal: Option<&'a str>, 5}