pub struct Context<'a, G>where
G: Gazetta,{
pub page: &'a Page<'a, G>,
pub site: &'a Site<'a, G>,
}Fields§
§page: &'a Page<'a, G>§site: &'a Site<'a, G>Trait Implementations§
impl<'a, G> Copy for Context<'a, G>
Auto Trait Implementations§
impl<'a, G> Freeze for Context<'a, G>
impl<'a, G> RefUnwindSafe for Context<'a, G>
impl<'a, G> Send for Context<'a, G>
impl<'a, G> Sync for Context<'a, G>
impl<'a, G> Unpin for Context<'a, G>
impl<'a, G> UnwindSafe for Context<'a, G>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more