pub struct SiteBuilder {
pub config: Config,
pub index: IndexPage,
pub posts: Posts,
}
Fields§
§config: Config
§index: IndexPage
§posts: Posts
Implementations§
Trait Implementations§
Source§impl Debug for SiteBuilder
impl Debug for SiteBuilder
Source§impl Default for SiteBuilder
impl Default for SiteBuilder
Source§fn default() -> SiteBuilder
fn default() -> SiteBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SiteBuilder
impl RefUnwindSafe for SiteBuilder
impl Send for SiteBuilder
impl Sync for SiteBuilder
impl Unpin for SiteBuilder
impl UnwindSafe for SiteBuilder
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