pub struct SetPauseOnExceptionsResult {}Trait Implementations§
Source§impl Clone for SetPauseOnExceptionsResult
impl Clone for SetPauseOnExceptionsResult
Source§fn clone(&self) -> SetPauseOnExceptionsResult
fn clone(&self) -> SetPauseOnExceptionsResult
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 SetPauseOnExceptionsResult
impl Debug for SetPauseOnExceptionsResult
Source§impl Default for SetPauseOnExceptionsResult
impl Default for SetPauseOnExceptionsResult
Source§fn default() -> SetPauseOnExceptionsResult
fn default() -> SetPauseOnExceptionsResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetPauseOnExceptionsResult
impl<'de> Deserialize<'de> for SetPauseOnExceptionsResult
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 TryFrom<Value> for SetPauseOnExceptionsResult
impl TryFrom<Value> for SetPauseOnExceptionsResult
impl StructuralPartialEq for SetPauseOnExceptionsResult
Auto Trait Implementations§
impl Freeze for SetPauseOnExceptionsResult
impl RefUnwindSafe for SetPauseOnExceptionsResult
impl Send for SetPauseOnExceptionsResult
impl Sync for SetPauseOnExceptionsResult
impl Unpin for SetPauseOnExceptionsResult
impl UnsafeUnpin for SetPauseOnExceptionsResult
impl UnwindSafe for SetPauseOnExceptionsResult
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