pub enum DialogShownMethod {
DialogShown,
}Variants§
DialogShown
Trait Implementations§
Source§impl Clone for DialogShownMethod
impl Clone for DialogShownMethod
Source§fn clone(&self) -> DialogShownMethod
fn clone(&self) -> DialogShownMethod
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 DialogShownMethod
impl Debug for DialogShownMethod
Source§impl<'de> Deserialize<'de> for DialogShownMethod
impl<'de> Deserialize<'de> for DialogShownMethod
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 DialogShownMethod
impl PartialEq for DialogShownMethod
Source§impl Serialize for DialogShownMethod
impl Serialize for DialogShownMethod
impl StructuralPartialEq for DialogShownMethod
Auto Trait Implementations§
impl Freeze for DialogShownMethod
impl RefUnwindSafe for DialogShownMethod
impl Send for DialogShownMethod
impl Sync for DialogShownMethod
impl Unpin for DialogShownMethod
impl UnsafeUnpin for DialogShownMethod
impl UnwindSafe for DialogShownMethod
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