pub struct HtmlLink {
pub text: String,
pub href: String,
}Expand description
Link extracted from HTML.
Fields§
§text: StringLink text.
href: StringLink target.
Trait Implementations§
impl Eq for HtmlLink
impl StructuralPartialEq for HtmlLink
Auto Trait Implementations§
impl Freeze for HtmlLink
impl RefUnwindSafe for HtmlLink
impl Send for HtmlLink
impl Sync for HtmlLink
impl Unpin for HtmlLink
impl UnsafeUnpin for HtmlLink
impl UnwindSafe for HtmlLink
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