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