Struct identity_diff::DiffVec
source · [−]👎 Deprecated since 0.5.0:
diff chain features are slated for removal
Expand description
The Diff Type for Vec
.
Tuple Fields
0: Vec<InnerVec<T>>
👎 Deprecated since 0.5.0:
diff chain features are slated for removal
Trait Implementations
sourceimpl<'de, T: Diff> Deserialize<'de> for DiffVec<T> where
T: Deserialize<'de>,
impl<'de, T: Diff> Deserialize<'de> for DiffVec<T> where
T: Deserialize<'de>,
sourcefn 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
impl<T: Diff> StructuralPartialEq for DiffVec<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for DiffVec<T> where
<T as Diff>::Type: RefUnwindSafe,
impl<T> Send for DiffVec<T> where
<T as Diff>::Type: Send,
impl<T> Sync for DiffVec<T> where
<T as Diff>::Type: Sync,
impl<T> Unpin for DiffVec<T> where
<T as Diff>::Type: Unpin,
impl<T> UnwindSafe for DiffVec<T> where
<T as Diff>::Type: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more