pub struct ScriptV1Marker;Expand description
Data marker for the ‘sc’ Unicode property
Trait Implementations§
Source§impl DataMarker for ScriptV1Marker
 
impl DataMarker for ScriptV1Marker
Source§impl DataProvider<ScriptV1Marker> for Baked
 
impl DataProvider<ScriptV1Marker> for Baked
Source§fn load(
    &self,
    req: DataRequest<'_>,
) -> Result<DataResponse<ScriptV1Marker>, DataError>
 
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<ScriptV1Marker>, DataError>
Query the provider for data, returning the result. Read more
Source§impl Debug for ScriptV1Marker
 
impl Debug for ScriptV1Marker
Source§impl Default for ScriptV1Marker
 
impl Default for ScriptV1Marker
Source§fn default() -> ScriptV1Marker
 
fn default() -> ScriptV1Marker
Returns the “default value” for a type. Read more
Source§impl KeyedDataMarker for ScriptV1Marker
 
impl KeyedDataMarker for ScriptV1Marker
Source§fn bind<P>(provider: P) -> DataProviderWithKey<Self, P>where
    P: DataProvider<Self>,
    Self: Sized,
 
fn bind<P>(provider: P) -> DataProviderWithKey<Self, P>where
    P: DataProvider<Self>,
    Self: Sized,
Binds this 
KeyedDataMarker to a provider supporting it.Auto Trait Implementations§
impl Freeze for ScriptV1Marker
impl RefUnwindSafe for ScriptV1Marker
impl Send for ScriptV1Marker
impl Sync for ScriptV1Marker
impl Unpin for ScriptV1Marker
impl UnwindSafe for ScriptV1Marker
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