pub struct CreateReportOptions {
pub strict: bool,
pub show_missing_optional: bool,
}Expand description
Options for the functional create_report shorthand.
Fields§
§strict: bool§show_missing_optional: boolTrait Implementations§
Source§impl Clone for CreateReportOptions
impl Clone for CreateReportOptions
Source§fn clone(&self) -> CreateReportOptions
fn clone(&self) -> CreateReportOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CreateReportOptions
impl Debug for CreateReportOptions
Source§impl Default for CreateReportOptions
impl Default for CreateReportOptions
Source§fn default() -> CreateReportOptions
fn default() -> CreateReportOptions
Returns the “default value” for a type. Read more
Source§impl From<CreateReportOptions> for ParseOptions
impl From<CreateReportOptions> for ParseOptions
Source§fn from(o: CreateReportOptions) -> Self
fn from(o: CreateReportOptions) -> Self
Converts to this type from the input type.
impl Copy for CreateReportOptions
Auto Trait Implementations§
impl Freeze for CreateReportOptions
impl RefUnwindSafe for CreateReportOptions
impl Send for CreateReportOptions
impl Sync for CreateReportOptions
impl Unpin for CreateReportOptions
impl UnsafeUnpin for CreateReportOptions
impl UnwindSafe for CreateReportOptions
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