pub struct ExportPagesOptions {
pub title: Option<String>,
pub subtitle: Option<String>,
pub include_closed: bool,
pub include_history: bool,
}Fields§
§title: Option<String>§subtitle: Option<String>§include_closed: bool§include_history: boolTrait Implementations§
Source§impl Clone for ExportPagesOptions
impl Clone for ExportPagesOptions
Source§fn clone(&self) -> ExportPagesOptions
fn clone(&self) -> ExportPagesOptions
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 moreAuto Trait Implementations§
impl Freeze for ExportPagesOptions
impl RefUnwindSafe for ExportPagesOptions
impl Send for ExportPagesOptions
impl Sync for ExportPagesOptions
impl Unpin for ExportPagesOptions
impl UnsafeUnpin for ExportPagesOptions
impl UnwindSafe for ExportPagesOptions
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