Enum quantmath::core::dedup::DedupControl[][src]

pub enum DedupControl {
    ErrorIfMissing,
    Inline,
    WriteOnce,
}

What to do when we are serializing or deserializing and we meet a DAG node

Variants

for deserializing or serializing with an expected set of components

serialize with all components recursed inline

when serializing, write once, then reuse

Trait Implementations

impl Clone for DedupControl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DedupControl
[src]

impl Debug for DedupControl
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations