Struct tk::opt::TkUnderlineFg
source · pub struct TkUnderlineFg(/* private fields */);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.Auto Trait Implementations§
impl RefUnwindSafe for TkUnderlineFg
impl !Send for TkUnderlineFg
impl !Sync for TkUnderlineFg
impl Unpin for TkUnderlineFg
impl UnwindSafe for TkUnderlineFg
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