pub struct InstallBuilder { /* private fields */ }Expand description
Builder for Install.
Implementations§
Source§impl InstallBuilder
impl InstallBuilder
pub fn manifest_id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn install_url_or_bundle_url<VALUE: Into<String>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn install_url_or_bundle_url<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
The location of the app or bundle overriding the one derived from the manifestId.
Trait Implementations§
Source§impl Clone for InstallBuilder
impl Clone for InstallBuilder
Source§fn clone(&self) -> InstallBuilder
fn clone(&self) -> InstallBuilder
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 moreAuto Trait Implementations§
impl Freeze for InstallBuilder
impl RefUnwindSafe for InstallBuilder
impl Send for InstallBuilder
impl Sync for InstallBuilder
impl Unpin for InstallBuilder
impl UnsafeUnpin for InstallBuilder
impl UnwindSafe for InstallBuilder
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