pub struct LimitReportOptions {
pub include_diagnostics: bool,
pub include_source_evidence: bool,
}Fields§
§include_diagnostics: bool§include_source_evidence: boolTrait Implementations§
Source§impl Clone for LimitReportOptions
impl Clone for LimitReportOptions
Source§fn clone(&self) -> LimitReportOptions
fn clone(&self) -> LimitReportOptions
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 LimitReportOptions
impl Debug for LimitReportOptions
Source§impl Default for LimitReportOptions
impl Default for LimitReportOptions
Source§fn default() -> LimitReportOptions
fn default() -> LimitReportOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for LimitReportOptions
impl PartialEq for LimitReportOptions
Source§fn eq(&self, other: &LimitReportOptions) -> bool
fn eq(&self, other: &LimitReportOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LimitReportOptions
impl Eq for LimitReportOptions
impl StructuralPartialEq for LimitReportOptions
Auto Trait Implementations§
impl Freeze for LimitReportOptions
impl RefUnwindSafe for LimitReportOptions
impl Send for LimitReportOptions
impl Sync for LimitReportOptions
impl Unpin for LimitReportOptions
impl UnsafeUnpin for LimitReportOptions
impl UnwindSafe for LimitReportOptions
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