pub struct MobileApp {Show 15 fields
pub display_name: String,
pub description: String,
pub publisher: String,
pub large_icon: MimeContent,
pub created_date_time: String,
pub last_modified_date_time: String,
pub is_featured: bool,
pub privacy_information_url: String,
pub information_url: String,
pub owner: String,
pub developer: String,
pub notes: String,
pub publishing_state: MobileAppPublishingState,
pub categories: Vec<MobileAppCategory>,
pub assignments: Vec<MobileAppAssignment>,
}
Fields§
§display_name: String
§description: String
§publisher: String
§large_icon: MimeContent
§created_date_time: String
§last_modified_date_time: String
§is_featured: bool
§privacy_information_url: String
§information_url: String
§owner: String
§developer: String
§notes: String
§publishing_state: MobileAppPublishingState
§categories: Vec<MobileAppCategory>
§assignments: Vec<MobileAppAssignment>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MobileApp
impl<'de> Deserialize<'de> for MobileApp
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 MobileApp
impl StructuralPartialEq for MobileApp
Auto Trait Implementations§
impl Freeze for MobileApp
impl RefUnwindSafe for MobileApp
impl Send for MobileApp
impl Sync for MobileApp
impl Unpin for MobileApp
impl UnwindSafe for MobileApp
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