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