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