Struct icu::properties::provider::DeprecatedV1Marker
source · [−]pub struct DeprecatedV1Marker;
Expand description
Data marker for the ‘Dep’ Unicode property
Trait Implementations
sourceimpl Bake for DeprecatedV1Marker
impl Bake for DeprecatedV1Marker
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 DeprecatedV1Marker
impl DataMarker for DeprecatedV1Marker
type Yokeable = PropertyCodePointSetV1<'static>
type Yokeable = PropertyCodePointSetV1<'static>
sourceimpl Default for DeprecatedV1Marker
impl Default for DeprecatedV1Marker
sourcefn default() -> DeprecatedV1Marker
fn default() -> DeprecatedV1Marker
Returns the “default value” for a type. Read more
sourceimpl KeyedDataMarker for DeprecatedV1Marker
impl KeyedDataMarker for DeprecatedV1Marker
Auto Trait Implementations
impl RefUnwindSafe for DeprecatedV1Marker
impl Send for DeprecatedV1Marker
impl Sync for DeprecatedV1Marker
impl Unpin for DeprecatedV1Marker
impl UnwindSafe for DeprecatedV1Marker
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