pub struct CopticDateLengthsV1Marker;
Expand description
Marker type for DateLengthsV1
: “datetime/coptic/datelengths@1”
- Fallback priority: language (default)
- Extension keyword: none (default)
Trait Implementations
sourceimpl Bake for CopticDateLengthsV1Marker
impl Bake for CopticDateLengthsV1Marker
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 CopticDateLengthsV1Marker
impl DataMarker for CopticDateLengthsV1Marker
type Yokeable = DateLengthsV1<'static>
type Yokeable = DateLengthsV1<'static>
Auto Trait Implementations
impl RefUnwindSafe for CopticDateLengthsV1Marker
impl Send for CopticDateLengthsV1Marker
impl Sync for CopticDateLengthsV1Marker
impl Unpin for CopticDateLengthsV1Marker
impl UnwindSafe for CopticDateLengthsV1Marker
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