pub struct MessageDialog { /* private fields */ }
Expand description
§Synchronous Message Dialog
Implementations§
Trait Implementations§
Source§impl Clone for MessageDialog
impl Clone for MessageDialog
Source§fn clone(&self) -> MessageDialog
fn clone(&self) -> MessageDialog
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 MessageDialog
impl Debug for MessageDialog
Source§impl Default for MessageDialog
impl Default for MessageDialog
Source§fn default() -> MessageDialog
fn default() -> MessageDialog
Returns the “default value” for a type. Read more
impl Send for MessageDialog
Auto Trait Implementations§
impl Freeze for MessageDialog
impl RefUnwindSafe for MessageDialog
impl !Sync for MessageDialog
impl Unpin for MessageDialog
impl UnwindSafe for MessageDialog
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