Type Definition quantmath::risk::BoxReport[][src]

type BoxReport = Qbox<Report>;

Trait Implementations

impl<'de> Deserialize<'de> for BoxReport
[src]

Implement deserialization for subclasses of the type

Deserialize this value from the given Serde deserializer. Read more

impl<'v> ApproxEq<ReportTolerances, &'v BoxReport> for &'v BoxReport
[src]

Are the two objects approximately the same? If so, return without doing anything. If they are different, write a description of the differences to the diffs parameter. If the diffs ends up not having been written to, treat this as success. Returns an error if the formatter fails or if the objects are so different they cannot be compared. The tol parameter changes its type and meaning depending on what is being valued. Read more