pub enum FileSaveDialog {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileSaveDialog
impl RefUnwindSafe for FileSaveDialog
impl Send for FileSaveDialog
impl Sync for FileSaveDialog
impl Unpin for FileSaveDialog
impl UnwindSafe for FileSaveDialog
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