pub struct FileChooserNativeBuilder { /* private fields */ }
Implementations§
Source§impl FileChooserNativeBuilder
impl FileChooserNativeBuilder
pub fn new() -> Self
pub fn build(self) -> FileChooserNative
pub fn accept_label(self, accept_label: &str) -> Self
pub fn cancel_label(self, cancel_label: &str) -> Self
pub fn modal(self, modal: bool) -> Self
pub fn title(self, title: &str) -> Self
pub fn transient_for(self, transient_for: &Window) -> Self
pub fn visible(self, visible: bool) -> Self
Auto Trait Implementations§
impl Freeze for FileChooserNativeBuilder
impl RefUnwindSafe for FileChooserNativeBuilder
impl !Send for FileChooserNativeBuilder
impl !Sync for FileChooserNativeBuilder
impl Unpin for FileChooserNativeBuilder
impl UnwindSafe for FileChooserNativeBuilder
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