pub struct DialogEx { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for DialogEx
impl RefUnwindSafe for DialogEx
impl Send for DialogEx
impl Sync for DialogEx
impl Unpin for DialogEx
impl UnwindSafe for DialogEx
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