pub struct HtmlStr(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'e> HtmlFormat<'e> for HtmlStr
impl<'e> HtmlFormat<'e> for HtmlStr
type Encoded = &'e str
fn html_format<'f>(&'f self) -> <HtmlStr as HtmlFormat<'e>>::Encodedwhere
'f: 'e,
Source§impl PartialOrd for HtmlStr
impl PartialOrd for HtmlStr
Source§impl ToOwned for HtmlStr
impl ToOwned for HtmlStr
impl Eq for HtmlStr
impl StructuralPartialEq for HtmlStr
Auto Trait Implementations§
impl Freeze for HtmlStr
impl RefUnwindSafe for HtmlStr
impl Send for HtmlStr
impl !Sized for HtmlStr
impl Sync for HtmlStr
impl Unpin for HtmlStr
impl UnsafeUnpin for HtmlStr
impl UnwindSafe for HtmlStr
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
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.