pub struct FileDialogFilter {
pub name: String,
pub extensions: Vec<String>,
}Expand description
Filter provided by the dom for an file picker
Fields§
§name: String§extensions: Vec<String>Auto Trait Implementations§
impl Freeze for FileDialogFilter
impl RefUnwindSafe for FileDialogFilter
impl Send for FileDialogFilter
impl Sync for FileDialogFilter
impl Unpin for FileDialogFilter
impl UnsafeUnpin for FileDialogFilter
impl UnwindSafe for FileDialogFilter
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