pub struct ResetProfiles {
pub method: ResetProfilesMethod,
pub params: ResetProfilesParams,
}Fields§
§method: ResetProfilesMethod§params: ResetProfilesParamsImplementations§
Source§impl ResetProfiles
impl ResetProfiles
pub const IDENTIFIER: &'static str = "HeapProfiler.resetProfiles"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for ResetProfiles
impl Clone for ResetProfiles
Source§fn clone(&self) -> ResetProfiles
fn clone(&self) -> ResetProfiles
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 ResetProfiles
impl Debug for ResetProfiles
Source§impl<'de> Deserialize<'de> for ResetProfiles
impl<'de> Deserialize<'de> for ResetProfiles
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 From<ResetProfiles> for Event
impl From<ResetProfiles> for Event
Source§fn from(v: ResetProfiles) -> Self
fn from(v: ResetProfiles) -> Self
Converts to this type from the input type.
Source§impl From<ResetProfiles> for HeapProfilerEvents
impl From<ResetProfiles> for HeapProfilerEvents
Source§fn from(v: ResetProfiles) -> Self
fn from(v: ResetProfiles) -> Self
Converts to this type from the input type.
Source§impl From<ResetProfiles> for JsProtocolEvents
impl From<ResetProfiles> for JsProtocolEvents
Source§fn from(v: ResetProfiles) -> Self
fn from(v: ResetProfiles) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ResetProfiles
impl PartialEq for ResetProfiles
Source§impl Serialize for ResetProfiles
impl Serialize for ResetProfiles
Source§impl TryFrom<Event> for ResetProfiles
impl TryFrom<Event> for ResetProfiles
Source§impl TryFrom<HeapProfilerEvents> for ResetProfiles
impl TryFrom<HeapProfilerEvents> for ResetProfiles
Source§type Error = HeapProfilerEvents
type Error = HeapProfilerEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: HeapProfilerEvents,
) -> Result<Self, <ResetProfiles as TryFrom<HeapProfilerEvents>>::Error>
fn try_from( e: HeapProfilerEvents, ) -> Result<Self, <ResetProfiles as TryFrom<HeapProfilerEvents>>::Error>
Performs the conversion.
Source§impl TryFrom<JsProtocolEvents> for ResetProfiles
impl TryFrom<JsProtocolEvents> for ResetProfiles
Source§type Error = JsProtocolEvents
type Error = JsProtocolEvents
The type returned in the event of a conversion error.
Source§fn try_from(
e: JsProtocolEvents,
) -> Result<Self, <ResetProfiles as TryFrom<JsProtocolEvents>>::Error>
fn try_from( e: JsProtocolEvents, ) -> Result<Self, <ResetProfiles as TryFrom<JsProtocolEvents>>::Error>
Performs the conversion.
impl StructuralPartialEq for ResetProfiles
Auto Trait Implementations§
impl Freeze for ResetProfiles
impl RefUnwindSafe for ResetProfiles
impl Send for ResetProfiles
impl Sync for ResetProfiles
impl Unpin for ResetProfiles
impl UnsafeUnpin for ResetProfiles
impl UnwindSafe for ResetProfiles
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