[][src]Trait diffus::Same

pub trait Same {
    fn same(&self, other: &Self) -> bool;
}

Required methods

fn same(&self, other: &Self) -> bool

Loading content...

Implementations on Foreign Types

impl<T: Same> Same for Option<T>[src]

impl Same for u8[src]

impl Same for u16[src]

impl Same for u32[src]

impl Same for u64[src]

impl Same for i8[src]

impl Same for i16[src]

impl Same for i32[src]

impl Same for i64[src]

impl Same for char[src]

impl Same for str[src]

impl Same for String[src]

impl<'_, T: Same + ?Sized> Same for &'_ T[src]

Loading content...

Implementors

Loading content...