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