Struct otter_api_tests::shapelib::HtmlLit[]

pub struct HtmlLit(_);

Methods from Deref<Target = HtmlStr>

pub fn len(&self) -> usize

pub fn as_html_str(&self) -> &str

Trait Implementations

impl AsRef<HtmlStr> for HtmlLit

impl Borrow<HtmlStr> for HtmlLit

impl Deref for HtmlLit

type Target = HtmlStr

The resulting type after dereferencing.

impl Deserialize<'static> for HtmlLit

impl Eq for HtmlLit

impl From<HtmlLit> for &'static HtmlStr

impl From<HtmlLit> for Html

impl Hash for HtmlLit

impl<'e> HtmlFormat<'e> for HtmlLit

type Encoded = &'static str

impl Ord for HtmlLit

impl PartialEq<HtmlLit> for HtmlLit

impl PartialOrd<HtmlLit> for HtmlLit

impl Serialize for HtmlLit

impl StructuralEq for HtmlLit

impl StructuralPartialEq for HtmlLit

Auto Trait Implementations

impl RefUnwindSafe for HtmlLit

impl Send for HtmlLit

impl Sync for HtmlLit

impl Unpin for HtmlLit

impl UnwindSafe for HtmlLit

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Any + Send + Sync

impl<A> DynCastExt for A

impl<T> From<T> for T[src]

impl<'e, T> HtmlFormatRef<'e, T> for T where
    T: HtmlFormat<'e>, 

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Serialize for T where
    T: Serialize + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,