pub struct GetOsAppStateReturns {
pub badgeCount: u64,
pub fileHandlers: Vec<FileHandler>,
}Expand description
Returns the following OS state for the given manifest id.
Fields§
§badgeCount: u64§fileHandlers: Vec<FileHandler>Trait Implementations§
Source§impl Clone for GetOsAppStateReturns
impl Clone for GetOsAppStateReturns
Source§fn clone(&self) -> GetOsAppStateReturns
fn clone(&self) -> GetOsAppStateReturns
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 GetOsAppStateReturns
impl Debug for GetOsAppStateReturns
Source§impl Default for GetOsAppStateReturns
impl Default for GetOsAppStateReturns
Source§fn default() -> GetOsAppStateReturns
fn default() -> GetOsAppStateReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetOsAppStateReturns
impl<'de> Deserialize<'de> for GetOsAppStateReturns
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 GetOsAppStateReturns
impl RefUnwindSafe for GetOsAppStateReturns
impl Send for GetOsAppStateReturns
impl Sync for GetOsAppStateReturns
impl Unpin for GetOsAppStateReturns
impl UnsafeUnpin for GetOsAppStateReturns
impl UnwindSafe for GetOsAppStateReturns
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