pub struct FileOpenEventArgs {
pub files: Vec<BrowserFile>,
}Fields§
§files: Vec<BrowserFile>Trait Implementations§
Source§impl Clone for FileOpenEventArgs
impl Clone for FileOpenEventArgs
Source§fn clone(&self) -> FileOpenEventArgs
fn clone(&self) -> FileOpenEventArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileOpenEventArgs
impl Debug for FileOpenEventArgs
impl Eq for FileOpenEventArgs
Source§impl PartialEq for FileOpenEventArgs
impl PartialEq for FileOpenEventArgs
impl StructuralPartialEq for FileOpenEventArgs
Auto Trait Implementations§
impl !RefUnwindSafe for FileOpenEventArgs
impl !Send for FileOpenEventArgs
impl !Sync for FileOpenEventArgs
impl !UnwindSafe for FileOpenEventArgs
impl Freeze for FileOpenEventArgs
impl Unpin for FileOpenEventArgs
impl UnsafeUnpin for FileOpenEventArgs
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