pub enum TextMode {
Data,
RcData,
RawText,
}
Expand description
TextMode represents different text scanning strategy. e.g. Scanning in script/textarea/div are different.
Variants§
Trait Implementations§
impl Eq for TextMode
impl StructuralPartialEq for TextMode
Auto Trait Implementations§
impl Freeze for TextMode
impl RefUnwindSafe for TextMode
impl Send for TextMode
impl Sync for TextMode
impl Unpin for TextMode
impl UnwindSafe for TextMode
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