pub struct SetNodeStackTracesEnabled {
pub enable: bool,
}Fields§
§enable: boolTrait Implementations§
Source§impl Clone for SetNodeStackTracesEnabled
impl Clone for SetNodeStackTracesEnabled
Source§fn clone(&self) -> SetNodeStackTracesEnabled
fn clone(&self) -> SetNodeStackTracesEnabled
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 SetNodeStackTracesEnabled
impl Debug for SetNodeStackTracesEnabled
Source§impl<'de> Deserialize<'de> for SetNodeStackTracesEnabled
impl<'de> Deserialize<'de> for SetNodeStackTracesEnabled
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 Method for SetNodeStackTracesEnabled
impl Method for SetNodeStackTracesEnabled
const NAME: &'static str = "DOM.setNodeStackTracesEnabled"
type ReturnObject = SetNodeStackTracesEnabledReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
impl StructuralPartialEq for SetNodeStackTracesEnabled
Auto Trait Implementations§
impl Freeze for SetNodeStackTracesEnabled
impl RefUnwindSafe for SetNodeStackTracesEnabled
impl Send for SetNodeStackTracesEnabled
impl Sync for SetNodeStackTracesEnabled
impl Unpin for SetNodeStackTracesEnabled
impl UnwindSafe for SetNodeStackTracesEnabled
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