pub struct JapaneseExtendedErasV1Marker;Expand description
Marker type for JapaneseErasV1: “calendar/japanext@1”
- Fallback priority: language (default)
- Extension keyword: none (default)
Trait Implementations§
Source§impl DataMarker for JapaneseExtendedErasV1Marker
impl DataMarker for JapaneseExtendedErasV1Marker
Source§type Yokeable = JapaneseErasV1<'static>
type Yokeable = JapaneseErasV1<'static>
A type that implements
Yokeable. This should typically be the 'static version of a
data struct.Source§impl DataProvider<JapaneseExtendedErasV1Marker> for Baked
impl DataProvider<JapaneseExtendedErasV1Marker> for Baked
Source§fn load(
&self,
req: DataRequest<'_>,
) -> Result<DataResponse<JapaneseExtendedErasV1Marker>, DataError>
fn load( &self, req: DataRequest<'_>, ) -> Result<DataResponse<JapaneseExtendedErasV1Marker>, DataError>
Query the provider for data, returning the result. Read more
Source§impl KeyedDataMarker for JapaneseExtendedErasV1Marker
impl KeyedDataMarker for JapaneseExtendedErasV1Marker
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 JapaneseExtendedErasV1Marker
impl RefUnwindSafe for JapaneseExtendedErasV1Marker
impl Send for JapaneseExtendedErasV1Marker
impl Sync for JapaneseExtendedErasV1Marker
impl Unpin for JapaneseExtendedErasV1Marker
impl UnwindSafe for JapaneseExtendedErasV1Marker
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
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes