pub struct EnableParamsBuilder { /* private fields */ }Implementations§
Source§impl EnableParamsBuilder
impl EnableParamsBuilder
Sourcepub fn max_scripts_cache_size(self, max_scripts_cache_size: f64) -> Self
pub fn max_scripts_cache_size(self, max_scripts_cache_size: f64) -> Self
The maximum size in bytes of collected scripts (not referenced by other heap objects) the debugger can hold. Puts no limit if parameter is omitted.
pub fn build(self) -> EnableParams
Trait Implementations§
Source§impl Default for EnableParamsBuilder
impl Default for EnableParamsBuilder
Source§fn default() -> EnableParamsBuilder
fn default() -> EnableParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EnableParamsBuilder
impl RefUnwindSafe for EnableParamsBuilder
impl Send for EnableParamsBuilder
impl Sync for EnableParamsBuilder
impl Unpin for EnableParamsBuilder
impl UnsafeUnpin for EnableParamsBuilder
impl UnwindSafe for EnableParamsBuilder
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