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