Struct gtk4::builders::UriLauncherBuilder  
source · 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 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