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 duplicate 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