pub struct StepIntoBuilder { /* private fields */ }Implementations§
Source§impl StepIntoBuilder
impl StepIntoBuilder
pub fn break_on_async_call(self, break_on_async_call: impl Into<bool>) -> Self
pub fn skip_list(self, skip_list: impl Into<LocationRange>) -> Self
pub fn skip_lists<I, S>(self, skip_lists: I) -> Self
pub fn build(self) -> StepInto
Trait Implementations§
Source§impl Clone for StepIntoBuilder
impl Clone for StepIntoBuilder
Source§fn clone(&self) -> StepIntoBuilder
fn clone(&self) -> StepIntoBuilder
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 StepIntoBuilder
impl Default for StepIntoBuilder
Source§fn default() -> StepIntoBuilder
fn default() -> StepIntoBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StepIntoBuilder
impl RefUnwindSafe for StepIntoBuilder
impl Send for StepIntoBuilder
impl Sync for StepIntoBuilder
impl Unpin for StepIntoBuilder
impl UnsafeUnpin for StepIntoBuilder
impl UnwindSafe for StepIntoBuilder
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