pub struct GetOsAppState {
pub manifest_id: String,
}Fields§
§manifest_id: StringTrait Implementations§
Source§impl Clone for GetOsAppState
impl Clone for GetOsAppState
Source§fn clone(&self) -> GetOsAppState
fn clone(&self) -> GetOsAppState
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 GetOsAppState
impl Debug for GetOsAppState
Source§impl<'de> Deserialize<'de> for GetOsAppState
impl<'de> Deserialize<'de> for GetOsAppState
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 Method for GetOsAppState
impl Method for GetOsAppState
const NAME: &'static str = "PWA.getOsAppState"
type ReturnObject = GetOsAppStateReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetOsAppState
impl PartialEq for GetOsAppState
Source§impl Serialize for GetOsAppState
impl Serialize for GetOsAppState
impl StructuralPartialEq for GetOsAppState
Auto Trait Implementations§
impl Freeze for GetOsAppState
impl RefUnwindSafe for GetOsAppState
impl Send for GetOsAppState
impl Sync for GetOsAppState
impl Unpin for GetOsAppState
impl UnwindSafe for GetOsAppState
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