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