pub enum ConsoleProfileFinishedMethod {
ConsoleProfileFinished,
}Variants§
ConsoleProfileFinished
Trait Implementations§
Source§impl Clone for ConsoleProfileFinishedMethod
impl Clone for ConsoleProfileFinishedMethod
Source§fn clone(&self) -> ConsoleProfileFinishedMethod
fn clone(&self) -> ConsoleProfileFinishedMethod
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 ConsoleProfileFinishedMethod
impl Debug for ConsoleProfileFinishedMethod
Source§impl<'de> Deserialize<'de> for ConsoleProfileFinishedMethod
impl<'de> Deserialize<'de> for ConsoleProfileFinishedMethod
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 PartialEq for ConsoleProfileFinishedMethod
impl PartialEq for ConsoleProfileFinishedMethod
Source§fn eq(&self, other: &ConsoleProfileFinishedMethod) -> bool
fn eq(&self, other: &ConsoleProfileFinishedMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConsoleProfileFinishedMethod
Auto Trait Implementations§
impl Freeze for ConsoleProfileFinishedMethod
impl RefUnwindSafe for ConsoleProfileFinishedMethod
impl Send for ConsoleProfileFinishedMethod
impl Sync for ConsoleProfileFinishedMethod
impl Unpin for ConsoleProfileFinishedMethod
impl UnsafeUnpin for ConsoleProfileFinishedMethod
impl UnwindSafe for ConsoleProfileFinishedMethod
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