pub struct TextA { /* private fields */ }Expand description
$literal
Implementations§
Source§impl TextA
impl TextA
Sourcepub fn style_name(self, style: &TextStyleRef) -> Self
pub fn style_name(self, style: &TextStyleRef) -> Self
The text:style-name attribute specifies a text style for an unvisited hyperlink.
Sourcepub fn visited_style_name(self, style: &TextStyleRef) -> Self
pub fn visited_style_name(self, style: &TextStyleRef) -> Self
The text:visited-style-name attribute specifies a style for a hyperlink that has been visited.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextA
impl RefUnwindSafe for TextA
impl Send for TextA
impl Sync for TextA
impl Unpin for TextA
impl UnsafeUnpin for TextA
impl UnwindSafe for TextA
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