pub struct ExportPagesSummary {
pub export_path: String,
pub generated_at: String,
pub issue_count: usize,
pub include_closed: bool,
pub include_history: bool,
pub files: Vec<String>,
}Fields§
§export_path: String§generated_at: String§issue_count: usize§include_closed: bool§include_history: bool§files: Vec<String>Trait Implementations§
Source§impl Clone for ExportPagesSummary
impl Clone for ExportPagesSummary
Source§fn clone(&self) -> ExportPagesSummary
fn clone(&self) -> ExportPagesSummary
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExportPagesSummary
impl Debug for ExportPagesSummary
Auto Trait Implementations§
impl Freeze for ExportPagesSummary
impl RefUnwindSafe for ExportPagesSummary
impl Send for ExportPagesSummary
impl Sync for ExportPagesSummary
impl Unpin for ExportPagesSummary
impl UnsafeUnpin for ExportPagesSummary
impl UnwindSafe for ExportPagesSummary
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