pub struct GetBrowserContextsBuilder;Implementations§
Source§impl GetBrowserContextsBuilder
impl GetBrowserContextsBuilder
pub fn new() -> Self
pub fn build(self) -> GetBrowserContexts
Trait Implementations§
Source§impl Clone for GetBrowserContextsBuilder
impl Clone for GetBrowserContextsBuilder
Source§fn clone(&self) -> GetBrowserContextsBuilder
fn clone(&self) -> GetBrowserContextsBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetBrowserContextsBuilder
impl Debug for GetBrowserContextsBuilder
Source§impl Default for GetBrowserContextsBuilder
impl Default for GetBrowserContextsBuilder
Source§fn default() -> GetBrowserContextsBuilder
fn default() -> GetBrowserContextsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBrowserContextsBuilder
impl RefUnwindSafe for GetBrowserContextsBuilder
impl Send for GetBrowserContextsBuilder
impl Sync for GetBrowserContextsBuilder
impl Unpin for GetBrowserContextsBuilder
impl UnsafeUnpin for GetBrowserContextsBuilder
impl UnwindSafe for GetBrowserContextsBuilder
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