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