Struct tk::opt::TkUnderlineFg
source · pub struct TkUnderlineFg(_);Trait Implementations§
source§impl Debug for TkUnderlineFg
impl Debug for TkUnderlineFg
source§impl From<TkUnderlineFg> for OptPair
impl From<TkUnderlineFg> for OptPair
source§fn from(opt: TkUnderlineFg) -> Self
fn from(opt: TkUnderlineFg) -> Self
Converts to this type from the input type.
source§impl From<TkUnderlineFg> for TkTextTagOpt
impl From<TkUnderlineFg> for TkTextTagOpt
source§fn from(opt: TkUnderlineFg) -> Self
fn from(opt: TkUnderlineFg) -> Self
Converts to this type from the input type.
source§impl Neg for TkUnderlineFg
impl Neg for TkUnderlineFg
§type Output = PathOptsWidgets<(TkUnderlineFg,), ()>
type Output = PathOptsWidgets<(TkUnderlineFg,), ()>
The resulting type after applying the
- operator.source§impl Sub<TkUnderlineFg> for &'static str
impl Sub<TkUnderlineFg> for &'static str
§type Output = PathOptsWidgets<(TkUnderlineFg,), ()>
type Output = PathOptsWidgets<(TkUnderlineFg,), ()>
The resulting type after applying the
- operator.source§impl<O, L> Sub<TkUnderlineFg> for PathOptsWidgets<O, L>where
O: PushBack<TkUnderlineFg>,
impl<O, L> Sub<TkUnderlineFg> for PathOptsWidgets<O, L>where O: PushBack<TkUnderlineFg>,
§type Output = PathOptsWidgets<<O as PushBack<TkUnderlineFg>>::Output, L>
type Output = PathOptsWidgets<<O as PushBack<TkUnderlineFg>>::Output, L>
The resulting type after applying the
- operator.