Struct icu_plurals::provider::ErasedPluralRulesV1Marker
source · pub(crate) struct ErasedPluralRulesV1Marker;
Trait Implementations§
source§impl DataMarker for ErasedPluralRulesV1Marker
impl DataMarker for ErasedPluralRulesV1Marker
§type Yokeable = PluralRulesV1<'static>
type Yokeable = PluralRulesV1<'static>
A type that implements
Yokeable
. This should typically be the 'static
version of a
data struct.Auto Trait Implementations§
impl Freeze for ErasedPluralRulesV1Marker
impl RefUnwindSafe for ErasedPluralRulesV1Marker
impl Send for ErasedPluralRulesV1Marker
impl Sync for ErasedPluralRulesV1Marker
impl Unpin for ErasedPluralRulesV1Marker
impl UnwindSafe for ErasedPluralRulesV1Marker
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