pub enum GetOsAppStateMethod {
GetOsAppState,
}Variants§
GetOsAppState
Trait Implementations§
Source§impl Clone for GetOsAppStateMethod
impl Clone for GetOsAppStateMethod
Source§fn clone(&self) -> GetOsAppStateMethod
fn clone(&self) -> GetOsAppStateMethod
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 GetOsAppStateMethod
impl Debug for GetOsAppStateMethod
Source§impl<'de> Deserialize<'de> for GetOsAppStateMethod
impl<'de> Deserialize<'de> for GetOsAppStateMethod
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
Source§impl PartialEq for GetOsAppStateMethod
impl PartialEq for GetOsAppStateMethod
Source§impl Serialize for GetOsAppStateMethod
impl Serialize for GetOsAppStateMethod
impl StructuralPartialEq for GetOsAppStateMethod
Auto Trait Implementations§
impl Freeze for GetOsAppStateMethod
impl RefUnwindSafe for GetOsAppStateMethod
impl Send for GetOsAppStateMethod
impl Sync for GetOsAppStateMethod
impl Unpin for GetOsAppStateMethod
impl UnsafeUnpin for GetOsAppStateMethod
impl UnwindSafe for GetOsAppStateMethod
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