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