Struct tk::opt::TkTearOffCommand
source · pub struct TkTearOffCommand(_);Trait Implementations§
source§impl Debug for TkTearOffCommand
impl Debug for TkTearOffCommand
source§impl From<TkTearOffCommand> for OptPair
impl From<TkTearOffCommand> for OptPair
source§fn from(opt: TkTearOffCommand) -> Self
fn from(opt: TkTearOffCommand) -> Self
Converts to this type from the input type.
source§impl From<TkTearOffCommand> for TkMenuOpt
impl From<TkTearOffCommand> for TkMenuOpt
source§fn from(opt: TkTearOffCommand) -> Self
fn from(opt: TkTearOffCommand) -> Self
Converts to this type from the input type.
source§impl Neg for TkTearOffCommand
impl Neg for TkTearOffCommand
§type Output = PathOptsWidgets<(TkTearOffCommand,), ()>
type Output = PathOptsWidgets<(TkTearOffCommand,), ()>
The resulting type after applying the
- operator.source§impl Sub<TkTearOffCommand> for &'static str
impl Sub<TkTearOffCommand> for &'static str
§type Output = PathOptsWidgets<(TkTearOffCommand,), ()>
type Output = PathOptsWidgets<(TkTearOffCommand,), ()>
The resulting type after applying the
- operator.source§impl<O, L> Sub<TkTearOffCommand> for PathOptsWidgets<O, L>where
O: PushBack<TkTearOffCommand>,
impl<O, L> Sub<TkTearOffCommand> for PathOptsWidgets<O, L>where O: PushBack<TkTearOffCommand>,
§type Output = PathOptsWidgets<<O as PushBack<TkTearOffCommand>>::Output, L>
type Output = PathOptsWidgets<<O as PushBack<TkTearOffCommand>>::Output, L>
The resulting type after applying the
- operator.