pub struct AppBuilder<'a> { /* private fields */ }Expand description
A builder for the application future and protocol handler.
Implementations§
Source§impl<'a> AppBuilder<'a>
impl<'a> AppBuilder<'a>
Sourcepub fn protocol_handler(&self) -> ProtocolHandler
pub fn protocol_handler(&self) -> ProtocolHandler
Get the protocol handler for this webview.
Auto Trait Implementations§
impl<'a> !Freeze for AppBuilder<'a>
impl<'a> !RefUnwindSafe for AppBuilder<'a>
impl<'a> !Send for AppBuilder<'a>
impl<'a> !Sync for AppBuilder<'a>
impl<'a> Unpin for AppBuilder<'a>
impl<'a> !UnwindSafe for AppBuilder<'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