pub enum PackageInfoAppType {
Unknown,
PaidStandaloneFull,
Upgradable,
Demo,
Freemium,
}Variants§
Trait Implementations§
Source§impl Clone for PackageInfoAppType
impl Clone for PackageInfoAppType
Source§fn clone(&self) -> PackageInfoAppType
fn clone(&self) -> PackageInfoAppType
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 PackageInfoAppType
impl Debug for PackageInfoAppType
Source§impl From<u8> for PackageInfoAppType
impl From<u8> for PackageInfoAppType
Source§impl PartialEq for PackageInfoAppType
impl PartialEq for PackageInfoAppType
impl Copy for PackageInfoAppType
impl Eq for PackageInfoAppType
impl StructuralPartialEq for PackageInfoAppType
Auto Trait Implementations§
impl Freeze for PackageInfoAppType
impl RefUnwindSafe for PackageInfoAppType
impl Send for PackageInfoAppType
impl Sync for PackageInfoAppType
impl Unpin for PackageInfoAppType
impl UnwindSafe for PackageInfoAppType
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