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