pub struct DialogShownEvent {
pub params: DialogShownEventParams,
}Fields§
§params: DialogShownEventParamsTrait Implementations§
Source§impl Clone for DialogShownEvent
impl Clone for DialogShownEvent
Source§fn clone(&self) -> DialogShownEvent
fn clone(&self) -> DialogShownEvent
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 DialogShownEvent
impl Debug for DialogShownEvent
Source§impl<'de> Deserialize<'de> for DialogShownEvent
impl<'de> Deserialize<'de> for DialogShownEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DialogShownEvent
impl PartialEq for DialogShownEvent
Source§impl Serialize for DialogShownEvent
impl Serialize for DialogShownEvent
impl StructuralPartialEq for DialogShownEvent
Auto Trait Implementations§
impl Freeze for DialogShownEvent
impl RefUnwindSafe for DialogShownEvent
impl Send for DialogShownEvent
impl Sync for DialogShownEvent
impl Unpin for DialogShownEvent
impl UnsafeUnpin for DialogShownEvent
impl UnwindSafe for DialogShownEvent
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