pub enum DiffCategory {
Locale,
Catalog,
Content,
SemanticSchema,
RuntimeUncertainty,
}Expand description
The classification used by the offline capture comparison.
Variants§
Trait Implementations§
Source§impl Clone for DiffCategory
impl Clone for DiffCategory
Source§fn clone(&self) -> DiffCategory
fn clone(&self) -> DiffCategory
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 DiffCategory
Source§impl Debug for DiffCategory
impl Debug for DiffCategory
Source§impl<'de> Deserialize<'de> for DiffCategory
impl<'de> Deserialize<'de> for DiffCategory
Source§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
impl Eq for DiffCategory
Source§impl Hash for DiffCategory
impl Hash for DiffCategory
Source§impl PartialEq for DiffCategory
impl PartialEq for DiffCategory
Source§impl Serialize for DiffCategory
impl Serialize for DiffCategory
impl StructuralPartialEq for DiffCategory
Auto Trait Implementations§
impl Freeze for DiffCategory
impl RefUnwindSafe for DiffCategory
impl Send for DiffCategory
impl Sync for DiffCategory
impl Unpin for DiffCategory
impl UnsafeUnpin for DiffCategory
impl UnwindSafe for DiffCategory
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