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