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