pub struct ValidateReport {
pub warnings: Vec<BudgetWarning>,
}Expand description
Soft budget warnings from a successful hard-limit pass.
Fields§
§warnings: Vec<BudgetWarning>Soft-limit warnings collected during a successful hard-limit pass.
Implementations§
Trait Implementations§
Source§impl Clone for ValidateReport
impl Clone for ValidateReport
Source§fn clone(&self) -> ValidateReport
fn clone(&self) -> ValidateReport
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 ValidateReport
impl Debug for ValidateReport
Source§impl Default for ValidateReport
impl Default for ValidateReport
Source§fn default() -> ValidateReport
fn default() -> ValidateReport
Returns the “default value” for a type. Read more
Source§impl Display for ValidateReport
impl Display for ValidateReport
impl Eq for ValidateReport
Source§impl PartialEq for ValidateReport
impl PartialEq for ValidateReport
impl StructuralPartialEq for ValidateReport
Auto Trait Implementations§
impl Freeze for ValidateReport
impl RefUnwindSafe for ValidateReport
impl Send for ValidateReport
impl Sync for ValidateReport
impl Unpin for ValidateReport
impl UnsafeUnpin for ValidateReport
impl UnwindSafe for ValidateReport
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