Struct serde_reflection::Variable [−][src]
pub struct Variable<T>(_);
Expand description
A mutable holder for an initially unknown value.
Implementations
Trait Implementations
Visit all the formats in self
in a depth-first way.
Variables are not supported and will cause an error. Read more
Mutably visit all the formats in self
in a depth-first way. Read more
Update variables and add missing enum variants so that the terms match. This is a special case of term unification: Read more
Whether this format is a variable with no known value yet.
Finalize the formats within self
by removing variables and making sure
that all eligible tuples are compressed into a TupleArray
. Return an error
if any variable has an unknown value. Read more
Auto Trait Implementations
impl<T> !RefUnwindSafe for Variable<T>
impl<T> !UnwindSafe for Variable<T>
Blanket Implementations
Mutably borrows from an owned value. Read more