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