pub enum CoreSpecTarget {
St2067_2_2013,
St2067_2_2016,
St2067_2_2020,
}Expand description
Optional validator selection overrides for registry-driven dispatch.
This allows callers (e.g. CLI) to pin the validator namespace(s) used during dispatch instead of relying solely on CPL-declared namespaces/app IDs.
Variants§
Implementations§
Source§impl CoreSpecTarget
impl CoreSpecTarget
pub fn namespace_uri(&self) -> &'static str
Trait Implementations§
Source§impl Clone for CoreSpecTarget
impl Clone for CoreSpecTarget
Source§fn clone(&self) -> CoreSpecTarget
fn clone(&self) -> CoreSpecTarget
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 moreimpl Copy for CoreSpecTarget
Source§impl Debug for CoreSpecTarget
impl Debug for CoreSpecTarget
impl Eq for CoreSpecTarget
Source§impl FromStr for CoreSpecTarget
impl FromStr for CoreSpecTarget
Source§impl PartialEq for CoreSpecTarget
impl PartialEq for CoreSpecTarget
Source§fn eq(&self, other: &CoreSpecTarget) -> bool
fn eq(&self, other: &CoreSpecTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CoreSpecTarget
Auto Trait Implementations§
impl Freeze for CoreSpecTarget
impl RefUnwindSafe for CoreSpecTarget
impl Send for CoreSpecTarget
impl Sync for CoreSpecTarget
impl Unpin for CoreSpecTarget
impl UnsafeUnpin for CoreSpecTarget
impl UnwindSafe for CoreSpecTarget
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