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