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