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.Auto Trait Implementations§
impl RefUnwindSafe for TkColumnSpan
impl !Send for TkColumnSpan
impl !Sync for TkColumnSpan
impl Unpin for TkColumnSpan
impl UnwindSafe for TkColumnSpan
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