Struct ostree_ext::objectsource::ObjectMeta
source · pub struct ObjectMeta {
pub set: ObjectMetaSet,
pub map: ObjectMetaMap,
}Expand description
Grouping of metadata about an object.
Fields§
§set: ObjectMetaSetThe set of object sources with their metadata.
map: ObjectMetaMapMapping from content object to source.
Trait Implementations§
source§impl Debug for ObjectMeta
impl Debug for ObjectMeta
source§impl Default for ObjectMeta
impl Default for ObjectMeta
source§fn default() -> ObjectMeta
fn default() -> ObjectMeta
Returns the “default value” for a type. Read more