Home
last modified time | relevance | path

Searched defs:LicenseId (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/spdx/src/
Dlib.rs36 pub struct LicenseId { struct
45 impl PartialEq for LicenseId { argument
52 impl Ord for LicenseId { implementation
59 impl PartialOrd for LicenseId { implementation
66 impl LicenseId { implementation
135 impl fmt::Debug for LicenseId { implementation
291 pub fn id(&self) -> Option<LicenseId> { in id()
401 pub fn license_id(name: &str) -> Option<LicenseId> { in license_id()
430 pub fn imprecise_license_id(name: &str) -> Option<(LicenseId, usize)> { in imprecise_license_id()