Struct icu_properties::sets::ErasedUnicodeSetlikeMarker
source · pub(crate) struct ErasedUnicodeSetlikeMarker;
Trait Implementations§
source§impl Clone for ErasedUnicodeSetlikeMarker
impl Clone for ErasedUnicodeSetlikeMarker
source§fn clone(&self) -> ErasedUnicodeSetlikeMarker
fn clone(&self) -> ErasedUnicodeSetlikeMarker
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 ErasedUnicodeSetlikeMarker
impl DataMarker for ErasedUnicodeSetlikeMarker
§type Yokeable = PropertyUnicodeSetV1<'static>
type Yokeable = PropertyUnicodeSetV1<'static>
A type that implements
Yokeable
. This should typically be the 'static
version of a
data struct.source§impl Debug for ErasedUnicodeSetlikeMarker
impl Debug for ErasedUnicodeSetlikeMarker
source§impl Hash for ErasedUnicodeSetlikeMarker
impl Hash for ErasedUnicodeSetlikeMarker
source§impl PartialEq for ErasedUnicodeSetlikeMarker
impl PartialEq for ErasedUnicodeSetlikeMarker
source§fn eq(&self, other: &ErasedUnicodeSetlikeMarker) -> bool
fn eq(&self, other: &ErasedUnicodeSetlikeMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ErasedUnicodeSetlikeMarker
impl Eq for ErasedUnicodeSetlikeMarker
impl StructuralPartialEq for ErasedUnicodeSetlikeMarker
Auto Trait Implementations§
impl Freeze for ErasedUnicodeSetlikeMarker
impl RefUnwindSafe for ErasedUnicodeSetlikeMarker
impl Send for ErasedUnicodeSetlikeMarker
impl Sync for ErasedUnicodeSetlikeMarker
impl Unpin for ErasedUnicodeSetlikeMarker
impl UnwindSafe for ErasedUnicodeSetlikeMarker
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