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