enum AddText {
No,
YesRemoveLineEnds,
YesPreserveLineEnds,
}
Variants§
No
Inside <script>
, <style>
and similar tags
which contents should not be displayed.
YesRemoveLineEnds
YesPreserveLineEnds
Inside <pre>
.
Trait Implementations§
impl Copy for AddText
impl StructuralPartialEq for AddText
Auto Trait Implementations§
impl Freeze for AddText
impl RefUnwindSafe for AddText
impl Send for AddText
impl Sync for AddText
impl Unpin for AddText
impl UnwindSafe for AddText
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)