Struct icu_list::provider::ErasedListV1Marker
source · pub(crate) struct ErasedListV1Marker;
Trait Implementations§
source§impl DataMarker for ErasedListV1Marker
impl DataMarker for ErasedListV1Marker
§type Yokeable = ListFormatterPatternsV1<'static>
type Yokeable = ListFormatterPatternsV1<'static>
A type that implements
Yokeable
. This should typically be the 'static
version of a
data struct.Auto Trait Implementations§
impl Freeze for ErasedListV1Marker
impl RefUnwindSafe for ErasedListV1Marker
impl Send for ErasedListV1Marker
impl Sync for ErasedListV1Marker
impl Unpin for ErasedListV1Marker
impl UnwindSafe for ErasedListV1Marker
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