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