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