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