pub(crate) struct ErasedEnumToValueNameSparseMapV1Marker;
Expand description
Private marker type for PropertyEnumToValueNameSparseMapper to work for all properties at once
Trait Implementations§
source§impl Clone for ErasedEnumToValueNameSparseMapV1Marker
impl Clone for ErasedEnumToValueNameSparseMapV1Marker
source§fn clone(&self) -> ErasedEnumToValueNameSparseMapV1Marker
fn clone(&self) -> ErasedEnumToValueNameSparseMapV1Marker
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 ErasedEnumToValueNameSparseMapV1Marker
impl DataMarker for ErasedEnumToValueNameSparseMapV1Marker
§type Yokeable = PropertyEnumToValueNameSparseMapV1<'static>
type Yokeable = PropertyEnumToValueNameSparseMapV1<'static>
A type that implements
Yokeable
. This should typically be the 'static
version of a
data struct.source§impl PartialEq for ErasedEnumToValueNameSparseMapV1Marker
impl PartialEq for ErasedEnumToValueNameSparseMapV1Marker
source§fn eq(&self, other: &ErasedEnumToValueNameSparseMapV1Marker) -> bool
fn eq(&self, other: &ErasedEnumToValueNameSparseMapV1Marker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ErasedEnumToValueNameSparseMapV1Marker
impl Eq for ErasedEnumToValueNameSparseMapV1Marker
impl StructuralPartialEq for ErasedEnumToValueNameSparseMapV1Marker
Auto Trait Implementations§
impl Freeze for ErasedEnumToValueNameSparseMapV1Marker
impl RefUnwindSafe for ErasedEnumToValueNameSparseMapV1Marker
impl Send for ErasedEnumToValueNameSparseMapV1Marker
impl Sync for ErasedEnumToValueNameSparseMapV1Marker
impl Unpin for ErasedEnumToValueNameSparseMapV1Marker
impl UnwindSafe for ErasedEnumToValueNameSparseMapV1Marker
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