pub enum IdnaError {
InvalidInput,
LabelTooLong,
EmptyLabel,
InvalidCharacter,
PunycodeError,
ValidationError,
}Variants§
Trait Implementations§
impl StructuralPartialEq for IdnaError
Auto Trait Implementations§
impl Freeze for IdnaError
impl RefUnwindSafe for IdnaError
impl Send for IdnaError
impl Sync for IdnaError
impl Unpin for IdnaError
impl UnsafeUnpin for IdnaError
impl UnwindSafe for IdnaError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more