Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/spdx/src/
Dlicensee.rs18 pub struct Licensee { struct
22 impl fmt::Display for Licensee { argument
28 impl std::str::FromStr for Licensee { implementation
36 impl Licensee { impl
268 impl PartialOrd<LicenseReq> for Licensee { implementation
275 impl PartialEq<LicenseReq> for Licensee { implementation
282 impl AsRef<LicenseReq> for Licensee { implementation