Enum idna::uts46::AlreadyAsciiLabel
source · enum AlreadyAsciiLabel<'a> {
MixedCaseAscii(&'a [u8]),
MixedCasePunycode(&'a [u8]),
Other,
}
Variants§
Trait Implementations§
source§impl<'a> Clone for AlreadyAsciiLabel<'a>
impl<'a> Clone for AlreadyAsciiLabel<'a>
source§fn clone(&self) -> AlreadyAsciiLabel<'a>
fn clone(&self) -> AlreadyAsciiLabel<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for AlreadyAsciiLabel<'a>
impl<'a> Debug for AlreadyAsciiLabel<'a>
impl<'a> Copy for AlreadyAsciiLabel<'a>
Auto Trait Implementations§
impl<'a> Freeze for AlreadyAsciiLabel<'a>
impl<'a> RefUnwindSafe for AlreadyAsciiLabel<'a>
impl<'a> Send for AlreadyAsciiLabel<'a>
impl<'a> Sync for AlreadyAsciiLabel<'a>
impl<'a> Unpin for AlreadyAsciiLabel<'a>
impl<'a> UnwindSafe for AlreadyAsciiLabel<'a>
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