Docs.rs
partiql-value-0.2.0
partiql-value 0.2.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
almann
github:partiql:ion
jpschorr
am357
alancai98
Dependencies
ion-rs ^0.14
normal
itertools 0.10.*
normal
ordered-float 3.*
normal
rust_decimal ^1.25.0
normal
rust_decimal_macros ^1.26
normal
unicase 2.*
normal
criterion ^0.4
dev
Versions
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
Comparable
Required Methods
is_comparable_to
Implementors
In partiql_value
?
Trait
partiql_value
::
Comparable
source
·
[
−
]
pub trait Comparable { fn
is_comparable_to
(&self, rhs:
&
Self) ->
bool
; }
Required Methods
§
source
fn
is_comparable_to
(&self, rhs:
&
Self) ->
bool
Implementors
§
source
§
impl
Comparable
for
Value