pub struct ParsedRecord { /* private fields */ }
Expand description
Representation of a SRV record with its target and port parsed into a Uri
.
Auto Trait Implementations§
impl !Freeze for ParsedRecord
impl RefUnwindSafe for ParsedRecord
impl Send for ParsedRecord
impl Sync for ParsedRecord
impl Unpin for ParsedRecord
impl UnwindSafe for ParsedRecord
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