Struct tk::opt::TkSendEvent
source · pub struct TkSendEvent(/* private fields */);
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.Auto Trait Implementations§
impl RefUnwindSafe for TkSendEvent
impl !Send for TkSendEvent
impl !Sync for TkSendEvent
impl Unpin for TkSendEvent
impl UnwindSafe for TkSendEvent
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