pub struct wxd_TextEntryDialog { /* private fields */ }Trait Implementations§
Source§impl Clone for wxd_TextEntryDialog
impl Clone for wxd_TextEntryDialog
Source§fn clone(&self) -> wxd_TextEntryDialog
fn clone(&self) -> wxd_TextEntryDialog
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_TextEntryDialog
impl Debug for wxd_TextEntryDialog
impl Copy for wxd_TextEntryDialog
Auto Trait Implementations§
impl Freeze for wxd_TextEntryDialog
impl RefUnwindSafe for wxd_TextEntryDialog
impl Send for wxd_TextEntryDialog
impl Sync for wxd_TextEntryDialog
impl Unpin for wxd_TextEntryDialog
impl UnsafeUnpin for wxd_TextEntryDialog
impl UnwindSafe for wxd_TextEntryDialog
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