Struct walker_common::report::ReportOptions
source · pub struct ReportOptions {
pub bootstrap: Bootstrap,
}Expand description
Options for rendering reports.
Fields§
§bootstrap: BootstrapTrait Implementations§
source§impl Clone for ReportOptions
impl Clone for ReportOptions
source§fn clone(&self) -> ReportOptions
fn clone(&self) -> ReportOptions
Returns a copy 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 ReportOptions
impl Debug for ReportOptions
source§impl Default for ReportOptions
impl Default for ReportOptions
source§fn default() -> ReportOptions
fn default() -> ReportOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReportOptions
impl RefUnwindSafe for ReportOptions
impl Send for ReportOptions
impl Sync for ReportOptions
impl Unpin for ReportOptions
impl UnwindSafe for ReportOptions
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