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