Enum diff::OptionDiff [−][src]
Variants
Some(T::Repr)
Tuple Fields
0: T::Repr
None
NoChange
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for OptionDiff<T> where
<T as Diff>::Repr: RefUnwindSafe,
impl<T> Send for OptionDiff<T> where
<T as Diff>::Repr: Send,
impl<T> Sync for OptionDiff<T> where
<T as Diff>::Repr: Sync,
impl<T> Unpin for OptionDiff<T> where
<T as Diff>::Repr: Unpin,
impl<T> UnwindSafe for OptionDiff<T> where
<T as Diff>::Repr: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more