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