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