Struct icu_properties::sets::ErasedSetlikeMarker
source · pub(crate) struct ErasedSetlikeMarker;
Expand description
Private marker type for CodePointSetData to work for all set properties at once
Trait Implementations§
source§impl Clone for ErasedSetlikeMarker
impl Clone for ErasedSetlikeMarker
source§fn clone(&self) -> ErasedSetlikeMarker
fn clone(&self) -> ErasedSetlikeMarker
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 ErasedSetlikeMarker
impl DataMarker for ErasedSetlikeMarker
source§type Yokeable = PropertyCodePointSetV1<'static>
type Yokeable = PropertyCodePointSetV1<'static>
A type that implements
Yokeable
. This should typically be the 'static
version of a
data struct.source§impl Debug for ErasedSetlikeMarker
impl Debug for ErasedSetlikeMarker
source§impl Hash for ErasedSetlikeMarker
impl Hash for ErasedSetlikeMarker
source§impl PartialEq for ErasedSetlikeMarker
impl PartialEq for ErasedSetlikeMarker
impl Copy for ErasedSetlikeMarker
impl Eq for ErasedSetlikeMarker
impl StructuralPartialEq for ErasedSetlikeMarker
Auto Trait Implementations§
impl Freeze for ErasedSetlikeMarker
impl RefUnwindSafe for ErasedSetlikeMarker
impl Send for ErasedSetlikeMarker
impl Sync for ErasedSetlikeMarker
impl Unpin for ErasedSetlikeMarker
impl UnwindSafe for ErasedSetlikeMarker
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)