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