pub struct SetPausedInDebuggerMessageBuilder { /* private fields */ }Expand description
Builder for SetPausedInDebuggerMessage.
Implementations§
Source§impl SetPausedInDebuggerMessageBuilder
impl SetPausedInDebuggerMessageBuilder
Sourcepub fn message<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn message<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
The message to display, also triggers resume and step over controls.
Sourcepub fn build(
&self,
) -> Result<SetPausedInDebuggerMessage, SetPausedInDebuggerMessageBuilderError>
pub fn build( &self, ) -> Result<SetPausedInDebuggerMessage, SetPausedInDebuggerMessageBuilderError>
Trait Implementations§
Source§impl Clone for SetPausedInDebuggerMessageBuilder
impl Clone for SetPausedInDebuggerMessageBuilder
Source§fn clone(&self) -> SetPausedInDebuggerMessageBuilder
fn clone(&self) -> SetPausedInDebuggerMessageBuilder
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 moreAuto Trait Implementations§
impl Freeze for SetPausedInDebuggerMessageBuilder
impl RefUnwindSafe for SetPausedInDebuggerMessageBuilder
impl Send for SetPausedInDebuggerMessageBuilder
impl Sync for SetPausedInDebuggerMessageBuilder
impl Unpin for SetPausedInDebuggerMessageBuilder
impl UnsafeUnpin for SetPausedInDebuggerMessageBuilder
impl UnwindSafe for SetPausedInDebuggerMessageBuilder
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