Lines Matching defs:Errors
275 fn check_validity(label: &str, config: Config, errors: &mut Errors) { in check_validity()
362 ) -> Errors { in processing()
448 pub fn to_ascii_inner(&mut self, domain: &str, out: &mut String) -> Errors { in to_ascii_inner()
478 pub fn to_ascii<'a>(&'a mut self, domain: &str, out: &mut String) -> Result<(), Errors> { in to_ascii() argument
500 pub fn to_unicode<'a>(&'a mut self, domain: &str, out: &mut String) -> Result<(), Errors> { in to_unicode() argument
567 pub fn to_ascii(self, domain: &str) -> Result<String, Errors> { in to_ascii() argument
574 pub fn to_unicode(self, domain: &str) -> (String, Result<(), Errors>) { in to_unicode() argument
600 pub struct Errors { struct
615 impl Errors { implementation
617 let Errors { in is_err() localVariable
646 impl fmt::Debug for Errors { implementation
648 let Errors { in fmt() localVariable
702 fn from(e: Errors) -> Result<(), Errors> { in from() argument
711 impl StdError for Errors {} implementation
713 impl fmt::Display for Errors { implementation