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