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