pub enum TextSpace {
Default,
Preserve,
}Expand description
Whether source text explicitly requested XML whitespace preservation.
Variants§
Trait Implementations§
impl Copy for TextSpace
impl Eq for TextSpace
impl StructuralPartialEq for TextSpace
Auto Trait Implementations§
impl Freeze for TextSpace
impl RefUnwindSafe for TextSpace
impl Send for TextSpace
impl Sync for TextSpace
impl Unpin for TextSpace
impl UnsafeUnpin for TextSpace
impl UnwindSafe for TextSpace
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