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