pub struct HtmlLink {
pub text: String,
pub href: String,
}Expand description
A lightweight link extracted from an anchor tag.
Fields§
§text: String§href: StringTrait 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