pub struct HtmlDecode;Expand description
HTML decode transformer
Trait Implementations§
Source§impl Clone for HtmlDecode
impl Clone for HtmlDecode
Source§fn clone(&self) -> HtmlDecode
fn clone(&self) -> HtmlDecode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HtmlDecode
impl Debug for HtmlDecode
Source§impl PartialEq for HtmlDecode
impl PartialEq for HtmlDecode
Source§impl Transform for HtmlDecode
impl Transform for HtmlDecode
Source§fn description(&self) -> &'static str
fn description(&self) -> &'static str
Get the description of the transformer
Source§fn category(&self) -> TransformerCategory
fn category(&self) -> TransformerCategory
Get the category of the transformer
Source§fn default_test_input(&self) -> &'static str
fn default_test_input(&self) -> &'static str
Provide a default input string suitable for testing the transformer.
impl Copy for HtmlDecode
impl Eq for HtmlDecode
impl StructuralPartialEq for HtmlDecode
Auto Trait Implementations§
impl Freeze for HtmlDecode
impl RefUnwindSafe for HtmlDecode
impl Send for HtmlDecode
impl Sync for HtmlDecode
impl Unpin for HtmlDecode
impl UnwindSafe for HtmlDecode
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