pub struct EnableReturns {
pub debuggerId: UniqueDebuggerId,
}Expand description
Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.
Fields§
§debuggerId: UniqueDebuggerIdUnique identifier of the debugger.
Trait Implementations§
Source§impl Clone for EnableReturns
impl Clone for EnableReturns
Source§fn clone(&self) -> EnableReturns
fn clone(&self) -> EnableReturns
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 EnableReturns
impl Debug for EnableReturns
Source§impl Default for EnableReturns
impl Default for EnableReturns
Source§fn default() -> EnableReturns
fn default() -> EnableReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnableReturns
impl<'de> Deserialize<'de> for EnableReturns
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
Auto Trait Implementations§
impl Freeze for EnableReturns
impl RefUnwindSafe for EnableReturns
impl Send for EnableReturns
impl Sync for EnableReturns
impl Unpin for EnableReturns
impl UnsafeUnpin for EnableReturns
impl UnwindSafe for EnableReturns
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