pub enum ProfileEntrypoint {
Run,
Serve,
BenchServe,
Synthetic,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ProfileEntrypoint
impl Clone for ProfileEntrypoint
Source§fn clone(&self) -> ProfileEntrypoint
fn clone(&self) -> ProfileEntrypoint
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 ProfileEntrypoint
Source§impl Debug for ProfileEntrypoint
impl Debug for ProfileEntrypoint
Source§impl<'de> Deserialize<'de> for ProfileEntrypoint
impl<'de> Deserialize<'de> for ProfileEntrypoint
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 ProfileEntrypoint
Source§impl PartialEq for ProfileEntrypoint
impl PartialEq for ProfileEntrypoint
Source§impl Serialize for ProfileEntrypoint
impl Serialize for ProfileEntrypoint
impl StructuralPartialEq for ProfileEntrypoint
Auto Trait Implementations§
impl Freeze for ProfileEntrypoint
impl RefUnwindSafe for ProfileEntrypoint
impl Send for ProfileEntrypoint
impl Sync for ProfileEntrypoint
impl Unpin for ProfileEntrypoint
impl UnsafeUnpin for ProfileEntrypoint
impl UnwindSafe for ProfileEntrypoint
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