pub struct PublishResult {
pub pages: Vec<PublishedPage>,
pub files_processed: usize,
pub attachments_copied: usize,
}Expand description
Result of a publishing operation.
Fields§
§pages: Vec<PublishedPage>Pages that were published
files_processed: usizeTotal files processed
attachments_copied: usizeNumber of attachment files copied to the output directory
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PublishResult
impl RefUnwindSafe for PublishResult
impl Send for PublishResult
impl Sync for PublishResult
impl Unpin for PublishResult
impl UnsafeUnpin for PublishResult
impl UnwindSafe for PublishResult
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