pub struct TrustedHtml(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for TrustedHtml
impl Clone for TrustedHtml
Source§fn clone(&self) -> TrustedHtml
fn clone(&self) -> TrustedHtml
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 TrustedHtml
impl Debug for TrustedHtml
Source§impl PartialEq for TrustedHtml
impl PartialEq for TrustedHtml
impl Eq for TrustedHtml
impl StructuralPartialEq for TrustedHtml
Auto Trait Implementations§
impl Freeze for TrustedHtml
impl RefUnwindSafe for TrustedHtml
impl Send for TrustedHtml
impl Sync for TrustedHtml
impl Unpin for TrustedHtml
impl UnsafeUnpin for TrustedHtml
impl UnwindSafe for TrustedHtml
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