pub struct GetBrowserContextsReturnsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> GetBrowserContextsReturnsBuilder<'a>
impl<'a> GetBrowserContextsReturnsBuilder<'a>
Sourcepub fn defaultBrowserContextId(
self,
defaultBrowserContextId: BrowserContextID<'a>,
) -> Self
pub fn defaultBrowserContextId( self, defaultBrowserContextId: BrowserContextID<'a>, ) -> Self
The id of the default browser context if available.
pub fn build(self) -> GetBrowserContextsReturns<'a>
Auto Trait Implementations§
impl<'a> Freeze for GetBrowserContextsReturnsBuilder<'a>
impl<'a> RefUnwindSafe for GetBrowserContextsReturnsBuilder<'a>
impl<'a> Send for GetBrowserContextsReturnsBuilder<'a>
impl<'a> Sync for GetBrowserContextsReturnsBuilder<'a>
impl<'a> Unpin for GetBrowserContextsReturnsBuilder<'a>
impl<'a> UnsafeUnpin for GetBrowserContextsReturnsBuilder<'a>
impl<'a> UnwindSafe for GetBrowserContextsReturnsBuilder<'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