pub struct BuildContext<'a> {
pub config: &'a SiteConfig,
pub store: &'a ContentStore,
}Expand description
Context passed at the start of a build.
Fields§
§config: &'a SiteConfig§store: &'a ContentStoreAuto Trait Implementations§
impl<'a> Freeze for BuildContext<'a>
impl<'a> !RefUnwindSafe for BuildContext<'a>
impl<'a> Send for BuildContext<'a>
impl<'a> Sync for BuildContext<'a>
impl<'a> Unpin for BuildContext<'a>
impl<'a> UnsafeUnpin for BuildContext<'a>
impl<'a> !UnwindSafe for BuildContext<'a>
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