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