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, 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 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 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 usize
impl<'e> HtmlFormat<'e> for usizepub fn html_format<'f>(&'f self) -> <usize as HtmlFormat<'e>>::Encoded where
'f: 'e, 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 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 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 i32
impl<'e> HtmlFormat<'e> for i32pub fn html_format<'f>(&'f self) -> <i32 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 f64
impl<'e> HtmlFormat<'e> for f64pub fn html_format<'f>(&'f self) -> <f64 as HtmlFormat<'e>>::Encoded where
'f: 'e, Implementors
type Encoded = &'e AccountNametype Encoded = &'e AssetUrlTokentype Encoded = &'e GoodItemNameimpl<'e> HtmlFormat<'e> for Html
impl<'e> HtmlFormat<'e> for Htmlpub fn html_format<'f>(&'f self) -> <Html as HtmlFormat<'e>>::Encoded where
'f: 'e, impl<'e> HtmlFormat<'e> for HtmlLit
impl<'e> HtmlFormat<'e> for HtmlLitpub fn html_format<'f>(&'f self) -> <HtmlLit as HtmlFormat<'e>>::Encoded where
'f: 'e, impl<'e> HtmlFormat<'e> for HtmlStr
impl<'e> HtmlFormat<'e> for HtmlStrpub fn html_format<'f>(&'f self) -> <HtmlStr as HtmlFormat<'e>>::Encoded where
'f: 'e, type Encoded = &'e InstanceNametype Encoded = &'e VisiblePieceIdimpl<'e, T> HtmlFormat<'e> for IsHtmlFormatted<T> where
T: 'e + Display,
impl<'e, T> HtmlFormat<'e> for IsHtmlFormatted<T> where
T: 'e + Display, pub fn html_format<'f>(
&'f self
) -> <IsHtmlFormatted<T> as HtmlFormat<'e>>::Encoded where
'f: 'e,