pub struct GtkUriLauncher { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GtkUriLauncher
impl !Sync for GtkUriLauncher
impl !Unpin for GtkUriLauncher
impl Freeze for GtkUriLauncher
impl RefUnwindSafe for GtkUriLauncher
impl UnsafeUnpin for GtkUriLauncher
impl UnwindSafe for GtkUriLauncher
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