pub struct HtmlEntityDecode;Expand description
HTML entity decode transformation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HtmlEntityDecode
impl RefUnwindSafe for HtmlEntityDecode
impl Send for HtmlEntityDecode
impl Sync for HtmlEntityDecode
impl Unpin for HtmlEntityDecode
impl UnwindSafe for HtmlEntityDecode
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