pub struct wxd_FileDialog { /* private fields */ }Trait Implementations§
Source§impl Clone for wxd_FileDialog
impl Clone for wxd_FileDialog
Source§fn clone(&self) -> wxd_FileDialog
fn clone(&self) -> wxd_FileDialog
Returns a duplicate of the value. Read more
1.0.0 · 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 wxd_FileDialog
impl Debug for wxd_FileDialog
impl Copy for wxd_FileDialog
Auto Trait Implementations§
impl Freeze for wxd_FileDialog
impl RefUnwindSafe for wxd_FileDialog
impl Send for wxd_FileDialog
impl Sync for wxd_FileDialog
impl Unpin for wxd_FileDialog
impl UnsafeUnpin for wxd_FileDialog
impl UnwindSafe for wxd_FileDialog
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