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