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