pub enum SchematronPatternType {
Assert,
Report,
}Expand description
The type of a Schematron pattern (assert or report).
Variants§
Trait Implementations§
Source§impl Clone for SchematronPatternType
impl Clone for SchematronPatternType
Source§fn clone(&self) -> SchematronPatternType
fn clone(&self) -> SchematronPatternType
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 SchematronPatternType
Source§impl Debug for SchematronPatternType
impl Debug for SchematronPatternType
impl Eq for SchematronPatternType
Source§impl PartialEq for SchematronPatternType
impl PartialEq for SchematronPatternType
impl StructuralPartialEq for SchematronPatternType
Auto Trait Implementations§
impl Freeze for SchematronPatternType
impl RefUnwindSafe for SchematronPatternType
impl Send for SchematronPatternType
impl Sync for SchematronPatternType
impl Unpin for SchematronPatternType
impl UnsafeUnpin for SchematronPatternType
impl UnwindSafe for SchematronPatternType
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