pub enum ProfileEventKind {
Instant,
TimedSpan,
Resource,
Memory,
Error,
}Variants§
Trait Implementations§
Source§impl Clone for ProfileEventKind
impl Clone for ProfileEventKind
Source§fn clone(&self) -> ProfileEventKind
fn clone(&self) -> ProfileEventKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProfileEventKind
Source§impl Debug for ProfileEventKind
impl Debug for ProfileEventKind
Source§impl<'de> Deserialize<'de> for ProfileEventKind
impl<'de> Deserialize<'de> for ProfileEventKind
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
impl Eq for ProfileEventKind
Source§impl PartialEq for ProfileEventKind
impl PartialEq for ProfileEventKind
Source§impl Serialize for ProfileEventKind
impl Serialize for ProfileEventKind
impl StructuralPartialEq for ProfileEventKind
Auto Trait Implementations§
impl Freeze for ProfileEventKind
impl RefUnwindSafe for ProfileEventKind
impl Send for ProfileEventKind
impl Sync for ProfileEventKind
impl Unpin for ProfileEventKind
impl UnsafeUnpin for ProfileEventKind
impl UnwindSafe for ProfileEventKind
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