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
§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
source§impl PartialEq for ErasedNameToEnumMapV1Marker
impl PartialEq for ErasedNameToEnumMapV1Marker
source§fn eq(&self, other: &ErasedNameToEnumMapV1Marker) -> bool
fn eq(&self, other: &ErasedNameToEnumMapV1Marker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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