pub struct EvaluateOnCallFrameBuilder { /* private fields */ }Implementations§
Source§impl EvaluateOnCallFrameBuilder
impl EvaluateOnCallFrameBuilder
pub fn call_frame_id(self, call_frame_id: impl Into<CallFrameId>) -> Self
pub fn expression(self, expression: impl Into<String>) -> Self
pub fn object_group(self, object_group: impl Into<String>) -> Self
pub fn include_command_line_api( self, include_command_line_api: impl Into<bool>, ) -> Self
pub fn silent(self, silent: impl Into<bool>) -> Self
pub fn return_by_value(self, return_by_value: impl Into<bool>) -> Self
pub fn generate_preview(self, generate_preview: impl Into<bool>) -> Self
pub fn throw_on_side_effect(self, throw_on_side_effect: impl Into<bool>) -> Self
pub fn timeout(self, timeout: impl Into<TimeDelta>) -> Self
pub fn build(self) -> Result<EvaluateOnCallFrame, String>
Trait Implementations§
Source§impl Clone for EvaluateOnCallFrameBuilder
impl Clone for EvaluateOnCallFrameBuilder
Source§fn clone(&self) -> EvaluateOnCallFrameBuilder
fn clone(&self) -> EvaluateOnCallFrameBuilder
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 Default for EvaluateOnCallFrameBuilder
impl Default for EvaluateOnCallFrameBuilder
Source§fn default() -> EvaluateOnCallFrameBuilder
fn default() -> EvaluateOnCallFrameBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EvaluateOnCallFrameBuilder
impl RefUnwindSafe for EvaluateOnCallFrameBuilder
impl Send for EvaluateOnCallFrameBuilder
impl Sync for EvaluateOnCallFrameBuilder
impl Unpin for EvaluateOnCallFrameBuilder
impl UnsafeUnpin for EvaluateOnCallFrameBuilder
impl UnwindSafe for EvaluateOnCallFrameBuilder
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