pub struct LaunchToken;Expand description
The URL the host points the WebView at.
base is crate::EmbeddedServer::base_url.
Implementations§
Source§impl LaunchToken
impl LaunchToken
Sourcepub fn launch_url(base: &str) -> String
pub fn launch_url(base: &str) -> String
The one URL that will be let in without a cookie.
Auto Trait Implementations§
impl Freeze for LaunchToken
impl RefUnwindSafe for LaunchToken
impl Send for LaunchToken
impl Sync for LaunchToken
impl Unpin for LaunchToken
impl UnsafeUnpin for LaunchToken
impl UnwindSafe for LaunchToken
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