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