pub enum TextSpace {
Default,
Preserve,
}
Expand description
Text Space Rules
Specifies how whitespace should be handled in a literal text.
Variants
Default
Default rules
Preserve
Using the W3C space preservation rules
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextSpace
impl Send for TextSpace
impl Sync for TextSpace
impl Unpin for TextSpace
impl UnwindSafe for TextSpace
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more