pub struct CollationReorderingV1Marker;
Expand description
Marker type for CollationReorderingV1
: “collator/reord@1”
- Fallback priority: collation
- Extension keyword: co
Trait Implementations
sourceimpl Bake for CollationReorderingV1Marker
impl Bake for CollationReorderingV1Marker
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 CollationReorderingV1Marker
impl DataMarker for CollationReorderingV1Marker
type Yokeable = CollationReorderingV1<'static>
type Yokeable = CollationReorderingV1<'static>
Auto Trait Implementations
impl RefUnwindSafe for CollationReorderingV1Marker
impl Send for CollationReorderingV1Marker
impl Sync for CollationReorderingV1Marker
impl Unpin for CollationReorderingV1Marker
impl UnwindSafe for CollationReorderingV1Marker
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