pub struct CanonicalDecompositionTablesV1Marker;
Expand description
Marker type for DecompositionTablesV1
: “normalizer/nfdex@1”
- Fallback priority: language (default)
- Extension keyword: none (default)
Trait Implementations
sourceimpl Bake for CanonicalDecompositionTablesV1Marker
impl Bake for CanonicalDecompositionTablesV1Marker
sourcefn bake(&self, env: &CrateEnv) -> TokenStream
fn bake(&self, env: &CrateEnv) -> TokenStream
Returns a TokenStream
that would evaluate to self
. Read more
sourceimpl DataMarker for CanonicalDecompositionTablesV1Marker
impl DataMarker for CanonicalDecompositionTablesV1Marker
type Yokeable = DecompositionTablesV1<'static>
type Yokeable = DecompositionTablesV1<'static>
Auto Trait Implementations
impl RefUnwindSafe for CanonicalDecompositionTablesV1Marker
impl Send for CanonicalDecompositionTablesV1Marker
impl Sync for CanonicalDecompositionTablesV1Marker
impl Unpin for CanonicalDecompositionTablesV1Marker
impl UnwindSafe for CanonicalDecompositionTablesV1Marker
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more