pub struct SetNodeStackTracesEnabledReturn {}Available on crate features
DOM and Runtime and experimental only.Expand description
Sets if stack traces should be captured for Nodes. See Node.getNodeStackTraces. Default is disabled.
Implementations§
Trait Implementations§
Source§impl Clone for SetNodeStackTracesEnabledReturn
impl Clone for SetNodeStackTracesEnabledReturn
Source§fn clone(&self) -> SetNodeStackTracesEnabledReturn
fn clone(&self) -> SetNodeStackTracesEnabledReturn
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 Default for SetNodeStackTracesEnabledReturn
impl Default for SetNodeStackTracesEnabledReturn
Source§fn default() -> SetNodeStackTracesEnabledReturn
fn default() -> SetNodeStackTracesEnabledReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetNodeStackTracesEnabledReturn
impl<'de> Deserialize<'de> for SetNodeStackTracesEnabledReturn
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 SetNodeStackTracesEnabledReturn
impl RefUnwindSafe for SetNodeStackTracesEnabledReturn
impl Send for SetNodeStackTracesEnabledReturn
impl Sync for SetNodeStackTracesEnabledReturn
impl Unpin for SetNodeStackTracesEnabledReturn
impl UnwindSafe for SetNodeStackTracesEnabledReturn
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