pub trait IntMarker { }Available on crate feature
itoa only.Expand description
Types implementing this marker get printed using itoa
Implementations on Foreign Types§
impl<T: IntMarker> IntMarker for &T
impl IntMarker for i128
impl IntMarker for i16
impl IntMarker for i32
impl IntMarker for i64
impl IntMarker for i8
impl IntMarker for isize
impl IntMarker for u128
impl IntMarker for u16
impl IntMarker for u32
impl IntMarker for u64
impl IntMarker for u8
impl IntMarker for usize
impl IntMarker for NonZeroI8
impl IntMarker for NonZeroI16
impl IntMarker for NonZeroI32
impl IntMarker for NonZeroI64
impl IntMarker for NonZeroI128
impl IntMarker for NonZeroIsize
impl IntMarker for NonZeroU8
impl IntMarker for NonZeroU16
impl IntMarker for NonZeroU32
impl IntMarker for NonZeroU64
impl IntMarker for NonZeroU128
impl IntMarker for NonZeroUsize
impl<T: IntMarker> IntMarker for Ref<'_, T>
impl<T: IntMarker> IntMarker for RefMut<'_, T>
impl<T: IntMarker> IntMarker for Wrapping<T>
impl<T: IntMarker + ToOwned> IntMarker for Cow<'_, T>
Available on crate features
std or alloc only.impl<T: IntMarker> IntMarker for Box<T>
Available on crate features
std or alloc only.impl<T: IntMarker> IntMarker for Rc<T>
Available on crate features
std or alloc only.impl<T: IntMarker> IntMarker for Arc<T>
Available on crate features
std or alloc only.impl<T: IntMarker> IntMarker for MutexGuard<'_, T>
Available on crate feature
std only.impl<T: IntMarker> IntMarker for RwLockReadGuard<'_, T>
Available on crate feature
std only.impl<T: IntMarker> IntMarker for RwLockWriteGuard<'_, T>
Available on crate feature
std only.