pub struct End {
pub method: EndMethod,
pub params: EndParams,
}Expand description
Stop trace events collection. end
Fields§
§method: EndMethod§params: EndParamsImplementations§
Source§impl End
impl End
pub const IDENTIFIER: &'static str = "Tracing.end"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl CommandResult for End
impl CommandResult for End
Source§impl<'de> Deserialize<'de> for End
impl<'de> Deserialize<'de> for End
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<End> for BrowserProtocolCommands
impl From<End> for BrowserProtocolCommands
Source§impl From<End> for TracingCommands
impl From<End> for TracingCommands
Source§impl TryFrom<BrowserProtocolCommands> for End
impl TryFrom<BrowserProtocolCommands> for End
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <End as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <End as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<TracingCommands> for End
impl TryFrom<TracingCommands> for End
Source§type Error = TracingCommands
type Error = TracingCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: TracingCommands,
) -> Result<Self, <End as TryFrom<TracingCommands>>::Error>
fn try_from( e: TracingCommands, ) -> Result<Self, <End as TryFrom<TracingCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for End
Auto Trait Implementations§
impl Freeze for End
impl RefUnwindSafe for End
impl Send for End
impl Sync for End
impl Unpin for End
impl UnsafeUnpin for End
impl UnwindSafe for End
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