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