pub struct ExposeDevToolsProtocolParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> ExposeDevToolsProtocolParamsBuilder<'a>
impl<'a> ExposeDevToolsProtocolParamsBuilder<'a>
Sourcepub fn bindingName(self, bindingName: impl Into<Cow<'a, str>>) -> Self
pub fn bindingName(self, bindingName: impl Into<Cow<'a, str>>) -> Self
Binding name, ‘cdp’ if not specified.
Sourcepub fn inheritPermissions(self, inheritPermissions: bool) -> Self
pub fn inheritPermissions(self, inheritPermissions: bool) -> Self
If true, inherits the current root session’s permissions (default: false).
pub fn build(self) -> ExposeDevToolsProtocolParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for ExposeDevToolsProtocolParamsBuilder<'a>
impl<'a> RefUnwindSafe for ExposeDevToolsProtocolParamsBuilder<'a>
impl<'a> Send for ExposeDevToolsProtocolParamsBuilder<'a>
impl<'a> Sync for ExposeDevToolsProtocolParamsBuilder<'a>
impl<'a> Unpin for ExposeDevToolsProtocolParamsBuilder<'a>
impl<'a> UnsafeUnpin for ExposeDevToolsProtocolParamsBuilder<'a>
impl<'a> UnwindSafe for ExposeDevToolsProtocolParamsBuilder<'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