pub struct EndCommand {}Available on crate features
experimental and Tracing and IO only.Expand description
Stop trace events collection.
Implementations§
Source§impl EndCommand
impl EndCommand
Trait Implementations§
Source§impl Clone for EndCommand
impl Clone for EndCommand
Source§fn clone(&self) -> EndCommand
fn clone(&self) -> EndCommand
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 Command for EndCommand
impl Command for EndCommand
Source§impl Debug for EndCommand
impl Debug for EndCommand
Source§impl Default for EndCommand
impl Default for EndCommand
Source§fn default() -> EndCommand
fn default() -> EndCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EndCommand
impl<'de> Deserialize<'de> for EndCommand
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 EndCommand
impl RefUnwindSafe for EndCommand
impl Send for EndCommand
impl Sync for EndCommand
impl Unpin for EndCommand
impl UnwindSafe for EndCommand
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