Struct chromiumoxide_cdp::cdp::js_protocol::runtime::CallFrameBuilder
source · pub struct CallFrameBuilder { /* private fields */ }
Implementations§
source§impl CallFrameBuilder
impl CallFrameBuilder
pub fn function_name(self, function_name: impl Into<String>) -> Self
pub fn script_id(self, script_id: impl Into<ScriptId>) -> Self
pub fn url(self, url: impl Into<String>) -> Self
pub fn line_number(self, line_number: impl Into<i64>) -> Self
pub fn column_number(self, column_number: impl Into<i64>) -> Self
pub fn build(self) -> Result<CallFrame, String>
Trait Implementations§
source§impl Clone for CallFrameBuilder
impl Clone for CallFrameBuilder
source§fn clone(&self) -> CallFrameBuilder
fn clone(&self) -> CallFrameBuilder
Returns a copy 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 Default for CallFrameBuilder
impl Default for CallFrameBuilder
source§fn default() -> CallFrameBuilder
fn default() -> CallFrameBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CallFrameBuilder
impl Send for CallFrameBuilder
impl Sync for CallFrameBuilder
impl Unpin for CallFrameBuilder
impl UnwindSafe for CallFrameBuilder
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