pub struct HtmlEncode {}Implementations§
Source§impl HtmlEncode
impl HtmlEncode
Trait Implementations§
Source§impl Clone for HtmlEncode
impl Clone for HtmlEncode
Source§fn clone(&self) -> HtmlEncode
fn clone(&self) -> HtmlEncode
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 moreAuto Trait Implementations§
impl Freeze for HtmlEncode
impl RefUnwindSafe for HtmlEncode
impl Send for HtmlEncode
impl Sync for HtmlEncode
impl Unpin for HtmlEncode
impl UnwindSafe for HtmlEncode
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