pub struct BuildResult {
pub files_written: usize,
pub specs_included: usize,
}Expand description
Result of building the site
Fields§
§files_written: usize§specs_included: usizeTrait Implementations§
Source§impl Debug for BuildResult
impl Debug for BuildResult
Source§impl Default for BuildResult
impl Default for BuildResult
Source§fn default() -> BuildResult
fn default() -> BuildResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BuildResult
impl RefUnwindSafe for BuildResult
impl Send for BuildResult
impl Sync for BuildResult
impl Unpin for BuildResult
impl UnwindSafe for BuildResult
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