pub struct SetPausedInDebuggerMessageParams {
pub message: Option<String>,
}Fields§
§message: Option<String>The message to display, also triggers resume and step over controls.
Trait Implementations§
Source§impl Clone for SetPausedInDebuggerMessageParams
impl Clone for SetPausedInDebuggerMessageParams
Source§fn clone(&self) -> SetPausedInDebuggerMessageParams
fn clone(&self) -> SetPausedInDebuggerMessageParams
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 SetPausedInDebuggerMessageParams
impl Default for SetPausedInDebuggerMessageParams
Source§fn default() -> SetPausedInDebuggerMessageParams
fn default() -> SetPausedInDebuggerMessageParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetPausedInDebuggerMessageParams
impl<'de> Deserialize<'de> for SetPausedInDebuggerMessageParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetPausedInDebuggerMessageParams
impl PartialEq for SetPausedInDebuggerMessageParams
Source§fn eq(&self, other: &SetPausedInDebuggerMessageParams) -> bool
fn eq(&self, other: &SetPausedInDebuggerMessageParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetPausedInDebuggerMessageParams
Auto Trait Implementations§
impl Freeze for SetPausedInDebuggerMessageParams
impl RefUnwindSafe for SetPausedInDebuggerMessageParams
impl Send for SetPausedInDebuggerMessageParams
impl Sync for SetPausedInDebuggerMessageParams
impl Unpin for SetPausedInDebuggerMessageParams
impl UnsafeUnpin for SetPausedInDebuggerMessageParams
impl UnwindSafe for SetPausedInDebuggerMessageParams
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