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