[−][src]Enum diff::OptionDiff
Variants
Some(T::Repr)
Trait Implementations
impl<T: Diff> Clone for OptionDiff<T> where
T::Repr: Clone,
[src][+]
T::Repr: Clone,
impl<T: Diff> Debug for OptionDiff<T> where
T::Repr: Debug,
[src][+]
T::Repr: Debug,
impl<'de, T: Diff> Deserialize<'de> for OptionDiff<T> where
T::Repr: Deserialize<'de>,
[src][+]
T::Repr: Deserialize<'de>,
impl<T: Diff> PartialEq<OptionDiff<T>> for OptionDiff<T> where
T::Repr: PartialEq,
[src][+]
T::Repr: PartialEq,
impl<T: Diff> Serialize for OptionDiff<T> where
T::Repr: Serialize,
[src][+]
T::Repr: Serialize,
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,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,