pub struct AliasesV1Marker;
Expand description
Marker type for AliasesV1
: “locid_transform/aliases@1”
- Fallback priority: language (default)
- Extension keyword: none (default)
Trait Implementations§
source§impl DataMarker for AliasesV1Marker
impl DataMarker for AliasesV1Marker
source§impl KeyedDataMarker for AliasesV1Marker
impl KeyedDataMarker for AliasesV1Marker
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 AliasesV1Marker
impl RefUnwindSafe for AliasesV1Marker
impl Send for AliasesV1Marker
impl Sync for AliasesV1Marker
impl Unpin for AliasesV1Marker
impl UnwindSafe for AliasesV1Marker
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