pub enum C14nMode {
Inclusive1_0,
Inclusive1_1,
Exclusive1_0,
}Expand description
C14N algorithm mode (without the comments flag).
Variants§
Inclusive1_0
Inclusive C14N 1.0 — all in-scope namespaces rendered.
Inclusive1_1
Inclusive C14N 1.1 — like 1.0 with xml:id propagation and xml:base fixup.
Exclusive1_0
Exclusive C14N 1.0 — only visibly-utilized namespaces rendered.
Trait Implementations§
impl Copy for C14nMode
impl Eq for C14nMode
impl StructuralPartialEq for C14nMode
Auto Trait Implementations§
impl Freeze for C14nMode
impl RefUnwindSafe for C14nMode
impl Send for C14nMode
impl Sync for C14nMode
impl Unpin for C14nMode
impl UnsafeUnpin for C14nMode
impl UnwindSafe for C14nMode
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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