Struct icu::datetime::provider::time_zones::MetazoneGenericNamesShortV1Marker
source · [−]pub struct MetazoneGenericNamesShortV1Marker;
Expand description
Marker type for MetazoneGenericNamesShortV1
: “time_zone/generic_short@1”
- Fallback priority: language (default)
- Extension keyword: none (default)
Trait Implementations
sourceimpl Bake for MetazoneGenericNamesShortV1Marker
impl Bake for MetazoneGenericNamesShortV1Marker
sourcefn bake(&self, env: &CrateEnv) -> TokenStream
fn bake(&self, env: &CrateEnv) -> TokenStream
Returns a TokenStream
that would evaluate to self
. Read more
sourceimpl DataMarker for MetazoneGenericNamesShortV1Marker
impl DataMarker for MetazoneGenericNamesShortV1Marker
type Yokeable = MetazoneGenericNamesShortV1<'static>
type Yokeable = MetazoneGenericNamesShortV1<'static>
Auto Trait Implementations
impl RefUnwindSafe for MetazoneGenericNamesShortV1Marker
impl Send for MetazoneGenericNamesShortV1Marker
impl Sync for MetazoneGenericNamesShortV1Marker
impl Unpin for MetazoneGenericNamesShortV1Marker
impl UnwindSafe for MetazoneGenericNamesShortV1Marker
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more