pub enum ProfilingSessionType {
    Manual,
    Scheduled,
    Triggered,
    Continuous,
}Expand description
Profiling session type
Variants§
Trait Implementations§
Source§impl Clone for ProfilingSessionType
 
impl Clone for ProfilingSessionType
Source§fn clone(&self) -> ProfilingSessionType
 
fn clone(&self) -> ProfilingSessionType
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 ProfilingSessionType
 
impl Debug for ProfilingSessionType
Source§impl<'de> Deserialize<'de> for ProfilingSessionType
 
impl<'de> Deserialize<'de> for ProfilingSessionType
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 ProfilingSessionType
impl RefUnwindSafe for ProfilingSessionType
impl Send for ProfilingSessionType
impl Sync for ProfilingSessionType
impl Unpin for ProfilingSessionType
impl UnwindSafe for ProfilingSessionType
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