#[non_exhaustive]pub struct MessageDialogBuilderArgs { /* private fields */ }
Available on crate feature
plugin-dialog
only.Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MessageDialogBuilderArgs
impl !RefUnwindSafe for MessageDialogBuilderArgs
impl Send for MessageDialogBuilderArgs
impl Sync for MessageDialogBuilderArgs
impl Unpin for MessageDialogBuilderArgs
impl !UnwindSafe for MessageDialogBuilderArgs
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