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