pub enum TextSpace {
Default,
Preserve,
}
Expand description
Text Space Rules
Specifies how whitespace should be handled in a literal text.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextSpace
impl RefUnwindSafe for TextSpace
impl Send for TextSpace
impl Sync for TextSpace
impl Unpin 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