pub struct IosVppApp {
pub used_license_count: i32,
pub total_license_count: i32,
pub release_date_time: String,
pub app_store_url: String,
pub licensing_type: VppLicensingType,
pub applicable_device_type: IosDeviceType,
pub vpp_token_organization_name: String,
pub vpp_token_account_type: VppTokenAccountType,
pub vpp_token_apple_id: String,
pub bundle_id: String,
}
Fields§
§used_license_count: i32
§total_license_count: i32
§release_date_time: String
§app_store_url: String
§licensing_type: VppLicensingType
§applicable_device_type: IosDeviceType
§vpp_token_organization_name: String
§vpp_token_account_type: VppTokenAccountType
§vpp_token_apple_id: String
§bundle_id: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IosVppApp
impl<'de> Deserialize<'de> for IosVppApp
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 IosVppApp
impl StructuralPartialEq for IosVppApp
Auto Trait Implementations§
impl Freeze for IosVppApp
impl RefUnwindSafe for IosVppApp
impl Send for IosVppApp
impl Sync for IosVppApp
impl Unpin for IosVppApp
impl UnwindSafe for IosVppApp
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