Struct tk::opt::TkSelectForeground
source · pub struct TkSelectForeground(/* private fields */);Trait Implementations§
source§impl Debug for TkSelectForeground
impl Debug for TkSelectForeground
source§impl From<TkSelectForeground> for OptPair
impl From<TkSelectForeground> for OptPair
source§fn from(opt: TkSelectForeground) -> Self
fn from(opt: TkSelectForeground) -> Self
Converts to this type from the input type.
source§impl From<TkSelectForeground> for TkCanvasOpt
impl From<TkSelectForeground> for TkCanvasOpt
source§fn from(opt: TkSelectForeground) -> Self
fn from(opt: TkSelectForeground) -> Self
Converts to this type from the input type.
source§impl From<TkSelectForeground> for TkEntryOpt
impl From<TkSelectForeground> for TkEntryOpt
source§fn from(opt: TkSelectForeground) -> Self
fn from(opt: TkSelectForeground) -> Self
Converts to this type from the input type.
source§impl From<TkSelectForeground> for TkListboxItemOpt
impl From<TkSelectForeground> for TkListboxItemOpt
source§fn from(opt: TkSelectForeground) -> Self
fn from(opt: TkSelectForeground) -> Self
Converts to this type from the input type.
source§impl From<TkSelectForeground> for TkListboxOpt
impl From<TkSelectForeground> for TkListboxOpt
source§fn from(opt: TkSelectForeground) -> Self
fn from(opt: TkSelectForeground) -> Self
Converts to this type from the input type.
source§impl From<TkSelectForeground> for TkSetPaletteOpt
impl From<TkSelectForeground> for TkSetPaletteOpt
source§fn from(opt: TkSelectForeground) -> Self
fn from(opt: TkSelectForeground) -> Self
Converts to this type from the input type.
source§impl From<TkSelectForeground> for TkSpinboxOpt
impl From<TkSelectForeground> for TkSpinboxOpt
source§fn from(opt: TkSelectForeground) -> Self
fn from(opt: TkSelectForeground) -> Self
Converts to this type from the input type.
source§impl From<TkSelectForeground> for TkTextOpt
impl From<TkSelectForeground> for TkTextOpt
source§fn from(opt: TkSelectForeground) -> Self
fn from(opt: TkSelectForeground) -> Self
Converts to this type from the input type.
source§impl From<TkSelectForeground> for TkTextTagOpt
impl From<TkSelectForeground> for TkTextTagOpt
source§fn from(opt: TkSelectForeground) -> Self
fn from(opt: TkSelectForeground) -> Self
Converts to this type from the input type.
source§impl Neg for TkSelectForeground
impl Neg for TkSelectForeground
§type Output = PathOptsWidgets<(TkSelectForeground,), ()>
type Output = PathOptsWidgets<(TkSelectForeground,), ()>
The resulting type after applying the
- operator.source§impl Sub<TkSelectForeground> for &'static str
impl Sub<TkSelectForeground> for &'static str
§type Output = PathOptsWidgets<(TkSelectForeground,), ()>
type Output = PathOptsWidgets<(TkSelectForeground,), ()>
The resulting type after applying the
- operator.source§impl<O, L> Sub<TkSelectForeground> for PathOptsWidgets<O, L>where
O: PushBack<TkSelectForeground>,
impl<O, L> Sub<TkSelectForeground> for PathOptsWidgets<O, L>where
O: PushBack<TkSelectForeground>,
§type Output = PathOptsWidgets<<O as PushBack<TkSelectForeground>>::Output, L>
type Output = PathOptsWidgets<<O as PushBack<TkSelectForeground>>::Output, L>
The resulting type after applying the
- operator.Auto Trait Implementations§
impl RefUnwindSafe for TkSelectForeground
impl !Send for TkSelectForeground
impl !Sync for TkSelectForeground
impl Unpin for TkSelectForeground
impl UnwindSafe for TkSelectForeground
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