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