pub enum SupportProfileKind {
Language,
Dialect,
DomainFormat,
FrameworkProjection,
}Expand description
Closed semantic kind of one support profile.
Variants§
Language
A language with its own detection and navigation contract.
Dialect
A language dialect requiring evidence beyond a shared extension.
DomainFormat
A non-language source or configuration format.
FrameworkProjection
A framework projection bound to one exact host profile.
Implementations§
Source§impl SupportProfileKind
impl SupportProfileKind
Sourcepub const fn evidence_contract(self) -> ProfileEvidenceContract
pub const fn evidence_contract(self) -> ProfileEvidenceContract
Return this kind’s fixed evidence contract.
Trait Implementations§
Source§impl Clone for SupportProfileKind
impl Clone for SupportProfileKind
Source§fn clone(&self) -> SupportProfileKind
fn clone(&self) -> SupportProfileKind
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 SupportProfileKind
impl Debug for SupportProfileKind
Source§impl PartialEq for SupportProfileKind
impl PartialEq for SupportProfileKind
Source§impl Serialize for SupportProfileKind
impl Serialize for SupportProfileKind
impl Copy for SupportProfileKind
impl Eq for SupportProfileKind
impl StructuralPartialEq for SupportProfileKind
Auto Trait Implementations§
impl Freeze for SupportProfileKind
impl RefUnwindSafe for SupportProfileKind
impl Send for SupportProfileKind
impl Sync for SupportProfileKind
impl Unpin for SupportProfileKind
impl UnwindSafe for SupportProfileKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.