pub struct InstallParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> InstallParamsBuilder<'a>
impl<'a> InstallParamsBuilder<'a>
Sourcepub fn install_url_or_bundle_url(
self,
install_url_or_bundle_url: impl Into<Cow<'a, str>>,
) -> Self
pub fn install_url_or_bundle_url( self, install_url_or_bundle_url: impl Into<Cow<'a, str>>, ) -> Self
The location of the app or bundle overriding the one derived from the manifestId.
pub fn build(self) -> InstallParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for InstallParamsBuilder<'a>
impl<'a> RefUnwindSafe for InstallParamsBuilder<'a>
impl<'a> Send for InstallParamsBuilder<'a>
impl<'a> Sync for InstallParamsBuilder<'a>
impl<'a> Unpin for InstallParamsBuilder<'a>
impl<'a> UnsafeUnpin for InstallParamsBuilder<'a>
impl<'a> UnwindSafe for InstallParamsBuilder<'a>
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