pub enum CollectionDiffKind {
Set,
Map,
}Expand description
Payload-neutral collection diff shape.
Variants§
Trait Implementations§
Source§impl Clone for CollectionDiffKind
impl Clone for CollectionDiffKind
Source§fn clone(&self) -> CollectionDiffKind
fn clone(&self) -> CollectionDiffKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CollectionDiffKind
Source§impl Debug for CollectionDiffKind
impl Debug for CollectionDiffKind
impl Eq for CollectionDiffKind
Source§impl PartialEq for CollectionDiffKind
impl PartialEq for CollectionDiffKind
Source§fn eq(&self, other: &CollectionDiffKind) -> bool
fn eq(&self, other: &CollectionDiffKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CollectionDiffKind
Auto Trait Implementations§
impl Freeze for CollectionDiffKind
impl RefUnwindSafe for CollectionDiffKind
impl Send for CollectionDiffKind
impl Sync for CollectionDiffKind
impl Unpin for CollectionDiffKind
impl UnsafeUnpin for CollectionDiffKind
impl UnwindSafe for CollectionDiffKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more