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