Docs.rs
zen-expression-0.51.0
zen-expression 0.51.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
bot-gorules
Dependencies
ahash ^0.8
normal
anyhow ^1
normal
bumpalo ^3
normal
chrono ^0.4
normal
chrono-tz ^0.10
normal
fastrand ^2
normal
humantime ^2
normal
iana-time-zone ^0.1
normal
nohash-hasher ^0.2.0
normal
once_cell ^1
normal
recursive ^0.1
normal
optional
regex ^1
normal
optional
regex-lite ^0.1
normal
optional
rust_decimal ^1
normal
rust_decimal_macros ^1
normal
serde ^1
normal
serde_json ^1
normal
strsim ^0.11
normal
strum ^0.27
normal
strum_macros ^0.27
normal
thiserror ^1
normal
zen-macros ^0.51.0
normal
zen-types ^0.51.0
normal
criterion ^0.5
dev
csv ^1
dev
serde_json5 ^0.2
dev
Versions
4.38%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ToVariable
zen_
expression
0.51.0
ToVariable
Required Methods
to_variable
Implementations on Foreign Types
&T
&mut T
(T1, T2)
(T1, T2, T3)
(T1, T2, T3, T4)
(T1, T2, T3, T4, T5)
(T1,)
Arc<T>
Box<T>
Decimal
HashMap<Arc<str>, V, S>
HashMap<Rc<str>, V, S>
HashMap<String, V, S>
Option<T>
Rc<T>
String
Value
Vec<T>
bool
f32
f64
i8
i16
i32
i64
i128
isize
str
u8
u16
u32
u64
u128
usize
Implementors
In zen_
expression::
variable
zen_expression
::
variable
Trait
ToVariable
Copy item path
Source
pub trait ToVariable { // Required method fn
to_variable
(&self) ->
Variable
; }
Required Methods
§
Source
fn
to_variable
(&self) ->
Variable
Implementations on Foreign Types
§
Source
§
impl
ToVariable
for
Value
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
bool
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
f32
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
f64
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
i8
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
i16
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
i32
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
i64
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
i128
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
isize
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
str
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
u8
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
u16
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
u32
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
u64
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
u128
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
usize
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
String
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl
ToVariable
for
Decimal
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<T1>
ToVariable
for
(T1,)
where T1:
ToVariable
,
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<T1, T2>
ToVariable
for
(T1, T2)
where T1:
ToVariable
, T2:
ToVariable
,
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<T1, T2, T3>
ToVariable
for
(T1, T2, T3)
where T1:
ToVariable
, T2:
ToVariable
, T3:
ToVariable
,
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<T1, T2, T3, T4>
ToVariable
for
(T1, T2, T3, T4)
where T1:
ToVariable
, T2:
ToVariable
, T3:
ToVariable
, T4:
ToVariable
,
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<T1, T2, T3, T4, T5>
ToVariable
for
(T1, T2, T3, T4, T5)
where T1:
ToVariable
, T2:
ToVariable
, T3:
ToVariable
, T4:
ToVariable
, T5:
ToVariable
,
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<T>
ToVariable
for
Option
<T>
where T:
ToVariable
,
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<T>
ToVariable
for
&T
where T:
ToVariable
+ ?
Sized
,
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<T>
ToVariable
for
&mut T
where T:
ToVariable
+ ?
Sized
,
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<T>
ToVariable
for
Box
<T>
where T:
ToVariable
+ ?
Sized
,
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<T>
ToVariable
for
Rc
<T>
where T:
ToVariable
+ ?
Sized
,
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<T>
ToVariable
for
Arc
<T>
where T:
ToVariable
+ ?
Sized
,
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<T>
ToVariable
for
Vec
<T>
where T:
ToVariable
,
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<V, S>
ToVariable
for
HashMap
<
Rc
<
str
>, V, S>
where V:
ToVariable
, S:
BuildHasher
,
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<V, S>
ToVariable
for
HashMap
<
String
, V, S>
where V:
ToVariable
, S:
BuildHasher
,
Source
§
fn
to_variable
(&self) ->
Variable
Source
§
impl<V, S>
ToVariable
for
HashMap
<
Arc
<
str
>, V, S>
where V:
ToVariable
, S:
BuildHasher
,
Source
§
fn
to_variable
(&self) ->
Variable
Implementors
§
Source
§
impl
ToVariable
for
Variable
Source
§
impl
ToVariable
for
RcValue