[−][src]Enum diff::OptionDiff
Variants
Some(T::Repr)
Trait Implementations
impl<T: Debug> Debug for OptionDiff<T> where
T: Diff,
T::Repr: Debug,
[src]
T: Diff,
T::Repr: Debug,
impl<T: PartialEq> PartialEq<OptionDiff<T>> for OptionDiff<T> where
T: Diff,
T::Repr: PartialEq,
[src]
T: Diff,
T::Repr: PartialEq,
fn eq(&self, other: &OptionDiff<T>) -> bool
[src]
fn ne(&self, other: &OptionDiff<T>) -> bool
[src]
impl<T> StructuralPartialEq for OptionDiff<T> where
T: Diff,
[src]
T: Diff,
Auto Trait Implementations
impl<T> RefUnwindSafe for OptionDiff<T> where
<T as Diff>::Repr: RefUnwindSafe,
<T as Diff>::Repr: RefUnwindSafe,
impl<T> Send for OptionDiff<T> where
<T as Diff>::Repr: Send,
<T as Diff>::Repr: Send,
impl<T> Sync for OptionDiff<T> where
<T as Diff>::Repr: Sync,
<T as Diff>::Repr: Sync,
impl<T> Unpin for OptionDiff<T> where
<T as Diff>::Repr: Unpin,
<T as Diff>::Repr: Unpin,
impl<T> UnwindSafe for OptionDiff<T> where
<T as Diff>::Repr: UnwindSafe,
<T as Diff>::Repr: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,