[][src]Struct bundle_sources::HtmlRef

pub struct HtmlRef<'r>(pub &'r str);

Implementations

impl<'_> HtmlRef<'_>[src]

pub fn to_owned(&self) -> Html[src]

Trait Implementations

impl<'r> Debug for HtmlRef<'r>[src]

impl<'de: 'r, 'r> Deserialize<'de> for HtmlRef<'r>[src]

impl<'r> Eq for HtmlRef<'r>[src]

impl<'r> PartialEq<HtmlRef<'r>> for HtmlRef<'r>[src]

impl<'r> Serialize for HtmlRef<'r>[src]

impl<'r> StructuralEq for HtmlRef<'r>[src]

impl<'r> StructuralPartialEq for HtmlRef<'r>[src]

Auto Trait Implementations

impl<'r> RefUnwindSafe for HtmlRef<'r>

impl<'r> Send for HtmlRef<'r>

impl<'r> Sync for HtmlRef<'r>

impl<'r> Unpin for HtmlRef<'r>

impl<'r> UnwindSafe for HtmlRef<'r>

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[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>,