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