pub trait RawMarker { }
Expand description
Types implementing this marker don’t need to be escaped.
Implementations on Foreign Types§
impl RawMarker for bool
impl RawMarker for f32
impl RawMarker for f64
impl RawMarker for i8
impl RawMarker for i16
impl RawMarker for i32
impl RawMarker for i64
impl RawMarker for i128
impl RawMarker for isize
impl RawMarker for u8
impl RawMarker for u16
impl RawMarker for u32
impl RawMarker for u64
impl RawMarker for u128
impl RawMarker for usize
impl RawMarker for NonZeroI8
impl RawMarker for NonZeroI16
impl RawMarker for NonZeroI32
impl RawMarker for NonZeroI64
impl RawMarker for NonZeroI128
impl RawMarker for NonZeroIsize
impl RawMarker for NonZeroU8
impl RawMarker for NonZeroU16
impl RawMarker for NonZeroU32
impl RawMarker for NonZeroU64
impl RawMarker for NonZeroU128
impl RawMarker for NonZeroUsize
impl<T: RawMarker + ToOwned> RawMarker for Cow<'_, T>
Available on crate features
std
or alloc
only.impl<T: RawMarker> RawMarker for &T
impl<T: RawMarker> RawMarker for &mut T
impl<T: RawMarker> RawMarker for Box<T>
Available on crate features
std
or alloc
only.impl<T: RawMarker> RawMarker for Rc<T>
Available on crate features
std
or alloc
only.impl<T: RawMarker> RawMarker for Arc<T>
Available on crate features
std
or alloc
only.impl<T: RawMarker> RawMarker for Ref<'_, T>
impl<T: RawMarker> RawMarker for RefMut<'_, T>
impl<T: RawMarker> RawMarker for Wrapping<T>
impl<T: RawMarker> RawMarker for Pin<T>
impl<T: RawMarker> RawMarker for MutexGuard<'_, T>
Available on crate feature
std
only.impl<T: RawMarker> RawMarker for RwLockReadGuard<'_, T>
Available on crate feature
std
only.impl<T: RawMarker> RawMarker for RwLockWriteGuard<'_, T>
Available on crate feature
std
only.