Struct icu::datetime::provider::time_zones::MetazoneGenericNamesLongV1Marker
source · [−]pub struct MetazoneGenericNamesLongV1Marker;
Expand description
Marker type for MetazoneGenericNamesLongV1
: “time_zone/generic_long@1”
- Fallback priority: language (default)
- Extension keyword: none (default)
Trait Implementations
sourceimpl Bake for MetazoneGenericNamesLongV1Marker
impl Bake for MetazoneGenericNamesLongV1Marker
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 MetazoneGenericNamesLongV1Marker
impl DataMarker for MetazoneGenericNamesLongV1Marker
type Yokeable = MetazoneGenericNamesLongV1<'static>
type Yokeable = MetazoneGenericNamesLongV1<'static>
Auto Trait Implementations
impl RefUnwindSafe for MetazoneGenericNamesLongV1Marker
impl Send for MetazoneGenericNamesLongV1Marker
impl Sync for MetazoneGenericNamesLongV1Marker
impl Unpin for MetazoneGenericNamesLongV1Marker
impl UnwindSafe for MetazoneGenericNamesLongV1Marker
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