Struct icu_properties::props::ErasedNameToEnumMapV1Marker
source · pub(crate) struct ErasedNameToEnumMapV1Marker;
Expand description
Private marker type for PropertyValueNameToEnumMapper to work for all properties at once
Trait Implementations§
source§impl Clone for ErasedNameToEnumMapV1Marker
impl Clone for ErasedNameToEnumMapV1Marker
source§fn clone(&self) -> ErasedNameToEnumMapV1Marker
fn clone(&self) -> ErasedNameToEnumMapV1Marker
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl DataMarker for ErasedNameToEnumMapV1Marker
impl DataMarker for ErasedNameToEnumMapV1Marker
source§type Yokeable = PropertyValueNameToEnumMapV1<'static>
type Yokeable = PropertyValueNameToEnumMapV1<'static>
A type that implements
Yokeable
. This should typically be the 'static
version of a
data struct.source§impl Debug for ErasedNameToEnumMapV1Marker
impl Debug for ErasedNameToEnumMapV1Marker
source§impl Hash for ErasedNameToEnumMapV1Marker
impl Hash for ErasedNameToEnumMapV1Marker
impl Copy for ErasedNameToEnumMapV1Marker
impl Eq for ErasedNameToEnumMapV1Marker
impl StructuralPartialEq for ErasedNameToEnumMapV1Marker
Auto Trait Implementations§
impl Freeze for ErasedNameToEnumMapV1Marker
impl RefUnwindSafe for ErasedNameToEnumMapV1Marker
impl Send for ErasedNameToEnumMapV1Marker
impl Sync for ErasedNameToEnumMapV1Marker
impl Unpin for ErasedNameToEnumMapV1Marker
impl UnwindSafe for ErasedNameToEnumMapV1Marker
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)