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