Module tremor_value::prelude[][src]

Prelude module

Re-exports

pub use super::Value;
pub use crate::literal;
pub use crate::value_internal;

Traits

BuilderTrait

Support of builder methods for traits.

MutableTrait

Mutatability for values

ValueAccessTrait

Trait to allow accessing data inside a Value

ValueTrait

The Value exposes common interface for values, this allows using both BorrowedValue and OwnedValue nearly interchangable

WritableTrait

A Value that can be serialized and written