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