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