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