pub struct AliasesV2Marker;
Expand description
Marker type for AliasesV2
: “locid_transform/aliases@2”
- Fallback priority: language (default)
- Extension keyword: none (default)
Trait Implementations§
source§impl DataMarker for AliasesV2Marker
impl DataMarker for AliasesV2Marker
source§impl DataProvider<AliasesV2Marker> for Baked
impl DataProvider<AliasesV2Marker> for Baked
source§fn load(
&self,
req: DataRequest<'_>,
) -> Result<DataResponse<AliasesV2Marker>, DataError>
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<AliasesV2Marker>, DataError>
Query the provider for data, returning the result. Read more
source§impl KeyedDataMarker for AliasesV2Marker
impl KeyedDataMarker for AliasesV2Marker
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 AliasesV2Marker
impl RefUnwindSafe for AliasesV2Marker
impl Send for AliasesV2Marker
impl Sync for AliasesV2Marker
impl Unpin for AliasesV2Marker
impl UnwindSafe for AliasesV2Marker
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