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