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