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