Struct identity_diff::DiffHashSet
source · [−]👎 Deprecated since 0.5.0:
diff chain features are slated for removal
Tuple Fields
0: Option<Vec<InnerValue<T>>>
👎 Deprecated since 0.5.0:
diff chain features are slated for removal
Trait Implementations
sourceimpl<T: Clone + Diff> Clone for DiffHashSet<T>
impl<T: Clone + Diff> Clone for DiffHashSet<T>
sourcefn clone(&self) -> DiffHashSet<T>
fn clone(&self) -> DiffHashSet<T>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<T> Debug for DiffHashSet<T> where
T: Debug + Diff,
impl<T> Debug for DiffHashSet<T> where
T: Debug + Diff,
sourceimpl<'de, T: Diff> Deserialize<'de> for DiffHashSet<T> where
T: Deserialize<'de>,
impl<'de, T: Diff> Deserialize<'de> for DiffHashSet<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
sourceimpl<T: PartialEq + Diff> PartialEq<DiffHashSet<T>> for DiffHashSet<T>
impl<T: PartialEq + Diff> PartialEq<DiffHashSet<T>> for DiffHashSet<T>
sourcefn eq(&self, other: &DiffHashSet<T>) -> bool
fn eq(&self, other: &DiffHashSet<T>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &DiffHashSet<T>) -> bool
fn ne(&self, other: &DiffHashSet<T>) -> bool
This method tests for !=
.
sourceimpl<T: Diff> Serialize for DiffHashSet<T> where
T: Serialize,
impl<T: Diff> Serialize for DiffHashSet<T> where
T: Serialize,
impl<T: Diff> StructuralPartialEq for DiffHashSet<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for DiffHashSet<T> where
<T as Diff>::Type: RefUnwindSafe,
impl<T> Send for DiffHashSet<T> where
<T as Diff>::Type: Send,
impl<T> Sync for DiffHashSet<T> where
<T as Diff>::Type: Sync,
impl<T> Unpin for DiffHashSet<T> where
<T as Diff>::Type: Unpin,
impl<T> UnwindSafe for DiffHashSet<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