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