Struct tk::opt::TkChooseDirectoryOpt
source · pub struct TkChooseDirectoryOpt(_);Trait Implementations§
source§impl From<TkCommand> for TkChooseDirectoryOpt
impl From<TkCommand> for TkChooseDirectoryOpt
source§impl From<TkInitialDir> for TkChooseDirectoryOpt
impl From<TkInitialDir> for TkChooseDirectoryOpt
source§fn from(opt: TkInitialDir) -> Self
fn from(opt: TkInitialDir) -> Self
Converts to this type from the input type.
source§impl From<TkMessage> for TkChooseDirectoryOpt
impl From<TkMessage> for TkChooseDirectoryOpt
source§impl From<TkMustExist> for TkChooseDirectoryOpt
impl From<TkMustExist> for TkChooseDirectoryOpt
source§fn from(opt: TkMustExist) -> Self
fn from(opt: TkMustExist) -> Self
Converts to this type from the input type.
source§impl From<TkParent> for TkChooseDirectoryOpt
impl From<TkParent> for TkChooseDirectoryOpt
Auto Trait Implementations§
impl RefUnwindSafe for TkChooseDirectoryOpt
impl !Send for TkChooseDirectoryOpt
impl !Sync for TkChooseDirectoryOpt
impl Unpin for TkChooseDirectoryOpt
impl UnwindSafe for TkChooseDirectoryOpt
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