Trait rustc_serialize::int_overflow::DebugStrictSub

source ·
pub trait DebugStrictSub {
    // Required method
    fn debug_strict_sub(self, other: Self) -> Self;
}
Expand description

Required Methods§

source

fn debug_strict_sub(self, other: Self) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl DebugStrictSub for i8

source§

fn debug_strict_sub(self, other: Self) -> Self

source§

impl DebugStrictSub for i16

source§

fn debug_strict_sub(self, other: Self) -> Self

source§

impl DebugStrictSub for i32

source§

fn debug_strict_sub(self, other: Self) -> Self

source§

impl DebugStrictSub for i64

source§

fn debug_strict_sub(self, other: Self) -> Self

source§

impl DebugStrictSub for i128

source§

fn debug_strict_sub(self, other: Self) -> Self

source§

impl DebugStrictSub for isize

source§

fn debug_strict_sub(self, other: Self) -> Self

source§

impl DebugStrictSub for u8

source§

fn debug_strict_sub(self, other: Self) -> Self

source§

impl DebugStrictSub for u16

source§

fn debug_strict_sub(self, other: Self) -> Self

source§

impl DebugStrictSub for u32

source§

fn debug_strict_sub(self, other: Self) -> Self

source§

impl DebugStrictSub for u64

source§

fn debug_strict_sub(self, other: Self) -> Self

source§

impl DebugStrictSub for u128

source§

fn debug_strict_sub(self, other: Self) -> Self

source§

impl DebugStrictSub for usize

source§

fn debug_strict_sub(self, other: Self) -> Self

Implementors§