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