Searched defs:DName (Results 1 – 8 of 8) sorted by relevance
86 pub struct DName(pub Arc<String>); struct88 impl PartialEq for DName { implementation93 impl Eq for DName {} implementation95 impl Hash for DName { implementation101 impl PartialOrd for DName { implementation107 impl Ord for DName { implementation113 impl Default for DName { implementation119 impl From<String> for DName { implementation125 impl From<&str> for DName { implementation131 impl Clone for DName { implementation[all …]
522 fn dname(&self) -> Result<DName, SystemError> { in dname()
549 fn dname(&self) -> Result<DName, SystemError> { in dname()
633 fn dname(&self) -> Result<DName, SystemError> { in dname()
567 fn dname(&self) -> Result<DName, SystemError> { in dname()
800 fn dname(&self) -> Result<DName, SystemError> { in dname()
188 dname: DName, in new()1841 fn dname(&self) -> Result<DName, SystemError> { in dname()
663 fn dname(&self) -> Result<DName, SystemError> { in dname()