Trait otter_api_tests::HtmlFormat [−]
pub trait HtmlFormat<'e> {
type Encoded: Display;
fn html_format<'f>(&'f self) -> Self::Encoded
where
'f: 'e;
}Associated Types
Required methods
fn html_format<'f>(&'f self) -> Self::Encoded where
'f: 'e, Implementations on Foreign Types
impl<'e> HtmlFormat<'e> for u32
impl<'e> HtmlFormat<'e> for u32pub fn html_format<'f>(&'f self) -> <u32 as HtmlFormat<'e>>::Encoded where
'f: 'e, impl<'e> HtmlFormat<'e> for i64
impl<'e> HtmlFormat<'e> for i64pub fn html_format<'f>(&'f self) -> <i64 as HtmlFormat<'e>>::Encoded where
'f: 'e, impl<'e> HtmlFormat<'e> for u64
impl<'e> HtmlFormat<'e> for u64pub fn html_format<'f>(&'f self) -> <u64 as HtmlFormat<'e>>::Encoded where
'f: 'e, impl<'e> HtmlFormat<'e> for usize
impl<'e> HtmlFormat<'e> for usizepub fn html_format<'f>(&'f self) -> <usize as HtmlFormat<'e>>::Encoded where
'f: 'e, impl<'e, T> HtmlFormat<'e> for &'e T where
T: HtmlFormat<'e> + ?Sized,
impl<'e, T> HtmlFormat<'e> for &'e T where
T: HtmlFormat<'e> + ?Sized, type Encoded = <T as HtmlFormat<'e>>::Encodedpub fn html_format<'f>(&'f self) -> <&'e T as HtmlFormat<'e>>::Encoded where
'f: 'e, impl<'e> HtmlFormat<'e> for str
impl<'e> HtmlFormat<'e> for strpub fn html_format<'f>(&'f self) -> <str as HtmlFormat<'e>>::Encoded where
'f: 'e, impl<'e> HtmlFormat<'e> for isize
impl<'e> HtmlFormat<'e> for isizepub fn html_format<'f>(&'f self) -> <isize as HtmlFormat<'e>>::Encoded where
'f: 'e, impl<'e> HtmlFormat<'e> for f32
impl<'e> HtmlFormat<'e> for f32pub fn html_format<'f>(&'f self) -> <f32 as HtmlFormat<'e>>::Encoded where
'f: 'e, impl<'e> HtmlFormat<'e> for String
impl<'e> HtmlFormat<'e> for Stringpub fn html_format<'f>(&'f self) -> <String as HtmlFormat<'e>>::Encoded where
'f: 'e, impl<'e> HtmlFormat<'e> for f64
impl<'e> HtmlFormat<'e> for f64pub fn html_format<'f>(&'f self) -> <f64 as HtmlFormat<'e>>::Encoded where
'f: 'e, impl<'e> HtmlFormat<'e> for i32
impl<'e> HtmlFormat<'e> for i32pub fn html_format<'f>(&'f self) -> <i32 as HtmlFormat<'e>>::Encoded where
'f: 'e, Implementors
impl<'e> HtmlFormat<'e> for Htmlimpl<'e> HtmlFormat<'e> for HtmlLitimpl<'e> HtmlFormat<'e> for HtmlStrimpl<'e, T> HtmlFormat<'e> for IsHtmlFormatted<T> where
T: 'e + Display,