Struct tk::opt::TkInsertOnTime
source · pub struct TkInsertOnTime(_);Trait Implementations§
source§impl Debug for TkInsertOnTime
impl Debug for TkInsertOnTime
source§impl From<TkInsertOnTime> for OptPair
impl From<TkInsertOnTime> for OptPair
source§fn from(opt: TkInsertOnTime) -> Self
fn from(opt: TkInsertOnTime) -> Self
Converts to this type from the input type.
source§impl From<TkInsertOnTime> for TkCanvasOpt
impl From<TkInsertOnTime> for TkCanvasOpt
source§fn from(opt: TkInsertOnTime) -> Self
fn from(opt: TkInsertOnTime) -> Self
Converts to this type from the input type.
source§impl From<TkInsertOnTime> for TkEntryOpt
impl From<TkInsertOnTime> for TkEntryOpt
source§fn from(opt: TkInsertOnTime) -> Self
fn from(opt: TkInsertOnTime) -> Self
Converts to this type from the input type.
source§impl From<TkInsertOnTime> for TkSpinboxOpt
impl From<TkInsertOnTime> for TkSpinboxOpt
source§fn from(opt: TkInsertOnTime) -> Self
fn from(opt: TkInsertOnTime) -> Self
Converts to this type from the input type.
source§impl From<TkInsertOnTime> for TkTextOpt
impl From<TkInsertOnTime> for TkTextOpt
source§fn from(opt: TkInsertOnTime) -> Self
fn from(opt: TkInsertOnTime) -> Self
Converts to this type from the input type.
source§impl Neg for TkInsertOnTime
impl Neg for TkInsertOnTime
§type Output = PathOptsWidgets<(TkInsertOnTime,), ()>
type Output = PathOptsWidgets<(TkInsertOnTime,), ()>
The resulting type after applying the
- operator.source§impl Sub<TkInsertOnTime> for &'static str
impl Sub<TkInsertOnTime> for &'static str
§type Output = PathOptsWidgets<(TkInsertOnTime,), ()>
type Output = PathOptsWidgets<(TkInsertOnTime,), ()>
The resulting type after applying the
- operator.source§impl<O, L> Sub<TkInsertOnTime> for PathOptsWidgets<O, L>where
O: PushBack<TkInsertOnTime>,
impl<O, L> Sub<TkInsertOnTime> for PathOptsWidgets<O, L>where O: PushBack<TkInsertOnTime>,
§type Output = PathOptsWidgets<<O as PushBack<TkInsertOnTime>>::Output, L>
type Output = PathOptsWidgets<<O as PushBack<TkInsertOnTime>>::Output, L>
The resulting type after applying the
- operator.