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