Struct tk::opt::TkInsertOnTime
source · pub struct TkInsertOnTime(/* private fields */);
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.Auto Trait Implementations§
impl RefUnwindSafe for TkInsertOnTime
impl !Send for TkInsertOnTime
impl !Sync for TkInsertOnTime
impl Unpin for TkInsertOnTime
impl UnwindSafe for TkInsertOnTime
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