Struct ExShellShowInFileManager
pub struct ExShellShowInFileManager<'a> { /* private fields */ }
Expand description
Default-param extender for Os::shell_show_in_file_manager_ex
.
Implementations§
§impl<'a> ExShellShowInFileManager<'a>
impl<'a> ExShellShowInFileManager<'a>
pub fn open_folder(self, value: bool) -> ExShellShowInFileManager<'a>
pub fn done(self) -> Error
Auto Trait Implementations§
impl<'a> Freeze for ExShellShowInFileManager<'a>
impl<'a> RefUnwindSafe for ExShellShowInFileManager<'a>
impl<'a> !Send for ExShellShowInFileManager<'a>
impl<'a> !Sync for ExShellShowInFileManager<'a>
impl<'a> Unpin for ExShellShowInFileManager<'a>
impl<'a> !UnwindSafe for ExShellShowInFileManager<'a>
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