pub enum NotApplicableReason {
ProfileIsNotDialect,
ExactHostOwnsParsing,
NoRelationSemantics,
NoStaticResolution,
}Expand description
Schema-admitted reason for a reviewed not_applicable slot.
Variants§
ProfileIsNotDialect
The profile is not a dialect.
ExactHostOwnsParsing
The exact host profile owns syntax parsing for this projection.
NoRelationSemantics
This format has no meaningful navigable relation semantics.
NoStaticResolution
This format has no static resolution outcomes.
Trait Implementations§
Source§impl Clone for NotApplicableReason
impl Clone for NotApplicableReason
Source§fn clone(&self) -> NotApplicableReason
fn clone(&self) -> NotApplicableReason
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 NotApplicableReason
impl Debug for NotApplicableReason
Source§impl PartialEq for NotApplicableReason
impl PartialEq for NotApplicableReason
Source§impl Serialize for NotApplicableReason
impl Serialize for NotApplicableReason
impl Copy for NotApplicableReason
impl Eq for NotApplicableReason
impl StructuralPartialEq for NotApplicableReason
Auto Trait Implementations§
impl Freeze for NotApplicableReason
impl RefUnwindSafe for NotApplicableReason
impl Send for NotApplicableReason
impl Sync for NotApplicableReason
impl Unpin for NotApplicableReason
impl UnwindSafe for NotApplicableReason
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.