pub struct UriLauncherBuilder { /* private fields */ }
Available on crate feature
v4_10
only.Expand description
A builder-pattern type to construct UriLauncher
objects.
Implementations§
Source§impl UriLauncherBuilder
impl UriLauncherBuilder
Sourcepub fn build(self) -> UriLauncher
pub fn build(self) -> UriLauncher
Build the UriLauncher
.
Auto Trait Implementations§
impl Freeze for UriLauncherBuilder
impl RefUnwindSafe for UriLauncherBuilder
impl !Send for UriLauncherBuilder
impl !Sync for UriLauncherBuilder
impl Unpin for UriLauncherBuilder
impl UnwindSafe for UriLauncherBuilder
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