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