pub enum PluginDiagnosticPhase {
Unknown,
Scan,
Translation,
Activation,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PluginDiagnosticPhase
impl Clone for PluginDiagnosticPhase
Source§fn clone(&self) -> PluginDiagnosticPhase
fn clone(&self) -> PluginDiagnosticPhase
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 PluginDiagnosticPhase
impl Debug for PluginDiagnosticPhase
Source§impl Default for PluginDiagnosticPhase
impl Default for PluginDiagnosticPhase
Source§fn default() -> PluginDiagnosticPhase
fn default() -> PluginDiagnosticPhase
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PluginDiagnosticPhase
impl<'de> Deserialize<'de> for PluginDiagnosticPhase
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 Ord for PluginDiagnosticPhase
impl Ord for PluginDiagnosticPhase
Source§fn cmp(&self, other: &PluginDiagnosticPhase) -> Ordering
fn cmp(&self, other: &PluginDiagnosticPhase) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PluginDiagnosticPhase
impl PartialEq for PluginDiagnosticPhase
Source§impl PartialOrd for PluginDiagnosticPhase
impl PartialOrd for PluginDiagnosticPhase
Source§impl Serialize for PluginDiagnosticPhase
impl Serialize for PluginDiagnosticPhase
impl Copy for PluginDiagnosticPhase
impl Eq for PluginDiagnosticPhase
impl StructuralPartialEq for PluginDiagnosticPhase
Auto Trait Implementations§
impl Freeze for PluginDiagnosticPhase
impl RefUnwindSafe for PluginDiagnosticPhase
impl Send for PluginDiagnosticPhase
impl Sync for PluginDiagnosticPhase
impl Unpin for PluginDiagnosticPhase
impl UnsafeUnpin for PluginDiagnosticPhase
impl UnwindSafe for PluginDiagnosticPhase
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