pub enum MobileHookResult {
FileChooser(MobileFileChooserInfo),
Download(MobileDownloadInfo),
}Variants§
FileChooser(MobileFileChooserInfo)
Download(MobileDownloadInfo)
Trait Implementations§
Source§impl Clone for MobileHookResult
impl Clone for MobileHookResult
Source§fn clone(&self) -> MobileHookResult
fn clone(&self) -> MobileHookResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MobileHookResult
impl Debug for MobileHookResult
Source§impl<'de> Deserialize<'de> for MobileHookResult
impl<'de> Deserialize<'de> for MobileHookResult
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
impl Eq for MobileHookResult
Source§impl PartialEq for MobileHookResult
impl PartialEq for MobileHookResult
Source§impl Serialize for MobileHookResult
impl Serialize for MobileHookResult
impl StructuralPartialEq for MobileHookResult
Auto Trait Implementations§
impl Freeze for MobileHookResult
impl RefUnwindSafe for MobileHookResult
impl Send for MobileHookResult
impl Sync for MobileHookResult
impl Unpin for MobileHookResult
impl UnsafeUnpin for MobileHookResult
impl UnwindSafe for MobileHookResult
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