pub struct App {
pub app_id: AppId,
pub app_type: String,
pub display_name: String,
pub icon_url: String,
pub is_idle_screen: bool,
pub launched_from_cloud: bool,
pub namespaces: Vec<NamespaceUrn>,
pub session_id: String,
pub status_text: String,
pub transport_id: String,
pub universal_app_id: String,
}Fields§
§app_id: AppId§app_type: String§display_name: String§icon_url: String§is_idle_screen: bool§launched_from_cloud: bool§namespaces: Vec<NamespaceUrn>§session_id: String§status_text: String§transport_id: String§universal_app_id: StringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for App
impl<'de> Deserialize<'de> for App
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
Auto Trait Implementations§
impl Freeze for App
impl RefUnwindSafe for App
impl Send for App
impl Sync for App
impl Unpin for App
impl UnsafeUnpin for App
impl UnwindSafe for App
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