Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/spdx/src/
Dlib.rs148 pub struct ExceptionId { struct
155 impl PartialEq for ExceptionId { argument
162 impl Ord for ExceptionId { implementation
169 impl PartialOrd for ExceptionId { implementation
176 impl ExceptionId { impl
200 impl fmt::Debug for ExceptionId { implementation
448 pub fn exception_id(name: &str) -> Option<ExceptionId> { in exception_id()