pub struct Label<'a> { /* private fields */ }
Expand description
A DNS name.
Implementations§
Trait Implementations§
Source§impl Ord for Label<'_>
impl Ord for Label<'_>
Source§impl<'a, 'b> PartialOrd<Label<'a>> for Label<'b>
impl<'a, 'b> PartialOrd<Label<'a>> for Label<'b>
impl<'a> Copy for Label<'a>
impl Eq for Label<'_>
Auto Trait Implementations§
impl<'a> Freeze for Label<'a>
impl<'a> RefUnwindSafe for Label<'a>
impl<'a> Send for Label<'a>
impl<'a> Sync for Label<'a>
impl<'a> Unpin for Label<'a>
impl<'a> UnwindSafe for Label<'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