pub struct ResolvedLink {
pub color: Rgba,
pub visited: Rgba,
pub background: Rgba,
pub hover_bg: Rgba,
pub underline: bool,
}Expand description
Hyperlink colors and underline setting.
Fields§
§color: Rgba§visited: Rgba§background: Rgba§hover_bg: Rgba§underline: boolTrait Implementations§
Source§impl Clone for ResolvedLink
impl Clone for ResolvedLink
Source§fn clone(&self) -> ResolvedLink
fn clone(&self) -> ResolvedLink
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResolvedLink
impl Debug for ResolvedLink
Source§impl PartialEq for ResolvedLink
impl PartialEq for ResolvedLink
impl StructuralPartialEq for ResolvedLink
Auto Trait Implementations§
impl Freeze for ResolvedLink
impl RefUnwindSafe for ResolvedLink
impl Send for ResolvedLink
impl Sync for ResolvedLink
impl Unpin for ResolvedLink
impl UnsafeUnpin for ResolvedLink
impl UnwindSafe for ResolvedLink
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