pub enum SetBreakpointsActiveMethod {
SetBreakpointsActive,
}Variants§
SetBreakpointsActive
Trait Implementations§
Source§impl Clone for SetBreakpointsActiveMethod
impl Clone for SetBreakpointsActiveMethod
Source§fn clone(&self) -> SetBreakpointsActiveMethod
fn clone(&self) -> SetBreakpointsActiveMethod
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 SetBreakpointsActiveMethod
impl Debug for SetBreakpointsActiveMethod
Source§impl<'de> Deserialize<'de> for SetBreakpointsActiveMethod
impl<'de> Deserialize<'de> for SetBreakpointsActiveMethod
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
impl StructuralPartialEq for SetBreakpointsActiveMethod
Auto Trait Implementations§
impl Freeze for SetBreakpointsActiveMethod
impl RefUnwindSafe for SetBreakpointsActiveMethod
impl Send for SetBreakpointsActiveMethod
impl Sync for SetBreakpointsActiveMethod
impl Unpin for SetBreakpointsActiveMethod
impl UnsafeUnpin for SetBreakpointsActiveMethod
impl UnwindSafe for SetBreakpointsActiveMethod
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