pub enum MobileAppKind {
Native,
Hybrid,
BrowserWrapped,
}Variants§
Trait Implementations§
Source§impl Clone for MobileAppKind
impl Clone for MobileAppKind
Source§fn clone(&self) -> MobileAppKind
fn clone(&self) -> MobileAppKind
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 moreimpl Copy for MobileAppKind
Source§impl Debug for MobileAppKind
impl Debug for MobileAppKind
impl Eq for MobileAppKind
Source§impl PartialEq for MobileAppKind
impl PartialEq for MobileAppKind
impl StructuralPartialEq for MobileAppKind
Auto Trait Implementations§
impl Freeze for MobileAppKind
impl RefUnwindSafe for MobileAppKind
impl Send for MobileAppKind
impl Sync for MobileAppKind
impl Unpin for MobileAppKind
impl UnsafeUnpin for MobileAppKind
impl UnwindSafe for MobileAppKind
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