pub struct DialogShownEventArgs;Trait Implementations§
Source§impl Clone for DialogShownEventArgs
impl Clone for DialogShownEventArgs
Source§fn clone(&self) -> DialogShownEventArgs
fn clone(&self) -> DialogShownEventArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DialogShownEventArgs
Source§impl Debug for DialogShownEventArgs
impl Debug for DialogShownEventArgs
Source§impl Default for DialogShownEventArgs
impl Default for DialogShownEventArgs
Source§fn default() -> DialogShownEventArgs
fn default() -> DialogShownEventArgs
Returns the “default value” for a type. Read more
impl Eq for DialogShownEventArgs
Source§impl PartialEq for DialogShownEventArgs
impl PartialEq for DialogShownEventArgs
impl StructuralPartialEq for DialogShownEventArgs
Auto Trait Implementations§
impl Freeze for DialogShownEventArgs
impl RefUnwindSafe for DialogShownEventArgs
impl Send for DialogShownEventArgs
impl Sync for DialogShownEventArgs
impl Unpin for DialogShownEventArgs
impl UnsafeUnpin for DialogShownEventArgs
impl UnwindSafe for DialogShownEventArgs
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