pub struct CompatibilityDecompositionSupplementV1Marker;
Expand description
Marker type for DecompositionSupplementV1
: “normalizer/nfkd@1”
- Fallback priority: language (default)
- Extension keyword: none (default)
Trait Implementations
sourceimpl Bake for CompatibilityDecompositionSupplementV1Marker
impl Bake for CompatibilityDecompositionSupplementV1Marker
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 CompatibilityDecompositionSupplementV1Marker
impl DataMarker for CompatibilityDecompositionSupplementV1Marker
type Yokeable = DecompositionSupplementV1<'static>
type Yokeable = DecompositionSupplementV1<'static>
Auto Trait Implementations
impl RefUnwindSafe for CompatibilityDecompositionSupplementV1Marker
impl Send for CompatibilityDecompositionSupplementV1Marker
impl Sync for CompatibilityDecompositionSupplementV1Marker
impl Unpin for CompatibilityDecompositionSupplementV1Marker
impl UnwindSafe for CompatibilityDecompositionSupplementV1Marker
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