pub struct DisposeBrowserContextParams {
pub browser_context_id: String,
}Expand description
Parameters for Target.disposeBrowserContext.
Fields§
§browser_context_id: StringBrowser context ID to dispose.
Trait Implementations§
Source§impl Clone for DisposeBrowserContextParams
impl Clone for DisposeBrowserContextParams
Source§fn clone(&self) -> DisposeBrowserContextParams
fn clone(&self) -> DisposeBrowserContextParams
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 DisposeBrowserContextParams
impl Debug for DisposeBrowserContextParams
Auto Trait Implementations§
impl Freeze for DisposeBrowserContextParams
impl RefUnwindSafe for DisposeBrowserContextParams
impl Send for DisposeBrowserContextParams
impl Sync for DisposeBrowserContextParams
impl Unpin for DisposeBrowserContextParams
impl UnwindSafe for DisposeBrowserContextParams
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