pub struct SaveDocumentLauncher { /* private fields */ }Expand description
Presents the save-document chooser and hands the opened sink back.
Implementations§
Source§impl SaveDocumentLauncher
impl SaveDocumentLauncher
Sourcepub fn launch(&self, request: SaveDocumentRequest)
pub fn launch(&self, request: SaveDocumentRequest)
Presents the chooser. A second call while one is in front is ignored.
Sourcepub fn is_in_flight(&self) -> bool
pub fn is_in_flight(&self) -> bool
Whether a chooser presented by this launcher is still in front.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SaveDocumentLauncher
impl !Send for SaveDocumentLauncher
impl !Sync for SaveDocumentLauncher
impl !UnwindSafe for SaveDocumentLauncher
impl Freeze for SaveDocumentLauncher
impl Unpin for SaveDocumentLauncher
impl UnsafeUnpin for SaveDocumentLauncher
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