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