[][src]Struct gazetta_render_ext::Assets

pub struct Assets<'a, G>(pub &'a Site<'a, G>)
where
    G: Gazetta + 'a,
    G::SiteMeta: 'a,
    G::PageMeta: 'a
;

Renders common head tags for a site and page.

Trait Implementations

impl<'a, G> RenderOnce for Assets<'a, G> where
    G: Gazetta + 'a,
    G::SiteMeta: 'a,
    G::PageMeta: 'a, 
[src]

impl<'a, G> RenderMut for Assets<'a, G> where
    G: Gazetta + 'a,
    G::SiteMeta: 'a,
    G::PageMeta: 'a, 
[src]

impl<'a, G> Render for Assets<'a, G> where
    G: Gazetta + 'a,
    G::SiteMeta: 'a,
    G::PageMeta: 'a, 
[src]

Auto Trait Implementations

impl<'a, G> Send for Assets<'a, G> where
    <G as Gazetta>::SiteMeta: Sync

impl<'a, G> Unpin for Assets<'a, G>

impl<'a, G> Sync for Assets<'a, G> where
    <G as Gazetta>::SiteMeta: Sync

impl<'a, G> UnwindSafe for Assets<'a, G> where
    <G as Gazetta>::SiteMeta: RefUnwindSafe

impl<'a, G> RefUnwindSafe for Assets<'a, G> where
    <G as Gazetta>::SiteMeta: RefUnwindSafe

Blanket Implementations

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

impl<T> From<T> for 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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Template for T where
    T: RenderOnce
[src]

impl<T> RenderBox for T where
    T: RenderOnce
[src]