pub struct SetPauseOnExceptions {
pub state: SetPauseOnExceptionsStateOption,
}
Fields§
§state: SetPauseOnExceptionsStateOption
Trait Implementations§
Source§impl Clone for SetPauseOnExceptions
impl Clone for SetPauseOnExceptions
Source§fn clone(&self) -> SetPauseOnExceptions
fn clone(&self) -> SetPauseOnExceptions
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 Debug for SetPauseOnExceptions
impl Debug for SetPauseOnExceptions
Source§impl<'de> Deserialize<'de> for SetPauseOnExceptions
impl<'de> Deserialize<'de> for SetPauseOnExceptions
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 Method for SetPauseOnExceptions
impl Method for SetPauseOnExceptions
const NAME: &'static str = "Debugger.setPauseOnExceptions"
type ReturnObject = SetPauseOnExceptionsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetPauseOnExceptions
impl PartialEq for SetPauseOnExceptions
Source§impl Serialize for SetPauseOnExceptions
impl Serialize for SetPauseOnExceptions
impl StructuralPartialEq for SetPauseOnExceptions
Auto Trait Implementations§
impl Freeze for SetPauseOnExceptions
impl RefUnwindSafe for SetPauseOnExceptions
impl Send for SetPauseOnExceptions
impl Sync for SetPauseOnExceptions
impl Unpin for SetPauseOnExceptions
impl UnwindSafe for SetPauseOnExceptions
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