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