Struct fpm_core::project::SoftwareProject
source · [−]pub struct SoftwareProject {Show 16 fields
pub id: String,
pub vcs_url: String,
pub name: String,
pub description: Option<String>,
pub web_urls: HashSet<String>,
pub vcs_urls: HashSet<String>,
pub siblings: Option<HashSet<String>>,
pub flatpak_app_manifests: HashSet<String>,
pub flatpak_module_manifests: HashSet<String>,
pub flatpak_sources_manifests: HashSet<String>,
pub tags: HashSet<String>,
pub build_systems: HashSet<String>,
pub main_branch: Option<String>,
pub last_known_commit: Option<String>,
pub last_updated: Option<String>,
pub root_hashes: Vec<String>,
}Fields
id: Stringvcs_url: Stringname: Stringdescription: Option<String>web_urls: HashSet<String>vcs_urls: HashSet<String>siblings: Option<HashSet<String>>flatpak_app_manifests: HashSet<String>flatpak_module_manifests: HashSet<String>flatpak_sources_manifests: HashSet<String>build_systems: HashSet<String>main_branch: Option<String>last_known_commit: Option<String>last_updated: Option<String>root_hashes: Vec<String>Implementations
pub fn get_default_modules(&self) -> Vec<FlatpakModule>ⓘ
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SoftwareProject
impl Send for SoftwareProject
impl Sync for SoftwareProject
impl Unpin for SoftwareProject
impl UnwindSafe for SoftwareProject
Blanket Implementations
Mutably borrows from an owned value. Read more