pub enum ValidationCategory {
MissingPart,
Relationship,
ContentType,
Presentation,
SlideMaster,
Slide,
Chart,
Xml,
Theme,
}Expand description
Category grouping for validation findings (used in tests and filtering).
Variants§
Trait Implementations§
Source§impl Clone for ValidationCategory
impl Clone for ValidationCategory
Source§fn clone(&self) -> ValidationCategory
fn clone(&self) -> ValidationCategory
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 ValidationCategory
Source§impl Debug for ValidationCategory
impl Debug for ValidationCategory
impl Eq for ValidationCategory
Source§impl PartialEq for ValidationCategory
impl PartialEq for ValidationCategory
Source§fn eq(&self, other: &ValidationCategory) -> bool
fn eq(&self, other: &ValidationCategory) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ValidationCategory
Auto Trait Implementations§
impl Freeze for ValidationCategory
impl RefUnwindSafe for ValidationCategory
impl Send for ValidationCategory
impl Sync for ValidationCategory
impl Unpin for ValidationCategory
impl UnsafeUnpin for ValidationCategory
impl UnwindSafe for ValidationCategory
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