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