#[derive(Default, Debug)]pubstructImageChangesLibpod<'a>{/// specify a second layer which is used to compare against it instead of the parent layer
pubparent:Option<&'astr>,
/// select what you want to match, default is all
pubdiff_type:Option<&'astr>,
}