pub enum QualityProfileSource {
SkillMd,
}Expand description
The resolved quality profile source. source is committed as
const: "SKILL.md#quality-profile".
Variants§
SkillMd
Trait Implementations§
Source§impl Clone for QualityProfileSource
impl Clone for QualityProfileSource
Source§fn clone(&self) -> QualityProfileSource
fn clone(&self) -> QualityProfileSource
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 moreSource§impl Debug for QualityProfileSource
impl Debug for QualityProfileSource
Source§impl<'de> Deserialize<'de> for QualityProfileSource
impl<'de> Deserialize<'de> for QualityProfileSource
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 QualityProfileSource
Source§impl PartialEq for QualityProfileSource
impl PartialEq for QualityProfileSource
Source§fn eq(&self, other: &QualityProfileSource) -> bool
fn eq(&self, other: &QualityProfileSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for QualityProfileSource
impl RunxSchema for QualityProfileSource
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
Source§impl Serialize for QualityProfileSource
impl Serialize for QualityProfileSource
impl StructuralPartialEq for QualityProfileSource
Auto Trait Implementations§
impl Freeze for QualityProfileSource
impl RefUnwindSafe for QualityProfileSource
impl Send for QualityProfileSource
impl Sync for QualityProfileSource
impl Unpin for QualityProfileSource
impl UnsafeUnpin for QualityProfileSource
impl UnwindSafe for QualityProfileSource
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