pub struct RunIfWaitingForDebuggerBuilder;Implementations§
Source§impl RunIfWaitingForDebuggerBuilder
impl RunIfWaitingForDebuggerBuilder
pub fn new() -> Self
pub fn build(self) -> RunIfWaitingForDebugger
Trait Implementations§
Source§impl Clone for RunIfWaitingForDebuggerBuilder
impl Clone for RunIfWaitingForDebuggerBuilder
Source§fn clone(&self) -> RunIfWaitingForDebuggerBuilder
fn clone(&self) -> RunIfWaitingForDebuggerBuilder
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 RunIfWaitingForDebuggerBuilder
impl Default for RunIfWaitingForDebuggerBuilder
Source§fn default() -> RunIfWaitingForDebuggerBuilder
fn default() -> RunIfWaitingForDebuggerBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RunIfWaitingForDebuggerBuilder
impl RefUnwindSafe for RunIfWaitingForDebuggerBuilder
impl Send for RunIfWaitingForDebuggerBuilder
impl Sync for RunIfWaitingForDebuggerBuilder
impl Unpin for RunIfWaitingForDebuggerBuilder
impl UnsafeUnpin for RunIfWaitingForDebuggerBuilder
impl UnwindSafe for RunIfWaitingForDebuggerBuilder
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