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