Docs.rs
  • edgedb-query-0.1.5
    • edgedb-query 0.1.5
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • imagineDevit
    • Dependencies
      • chrono ^0.4.19 normal
      • edgedb ^0.1 normal
      • edgedb-protocol ^0.4 normal
      • serde ^1.0 normal
      • serde_derive ^1.0 normal
      • serde_json ^1.0 normal
      • uuid ^1.1 normal
    • Versions
    • 44.64% of the crate is documented
  • 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
logo

logo

ToEdgeScalar

Required Methods

  • scalar

Implementations on Foreign Types

  • ()
  • Date<Local>
  • DateTime<Local>
  • DateTime<Utc>
  • Duration
  • NaiveDate
  • NaiveTime
  • String
  • Uuid
  • Value
  • Vec<T>
  • bool
  • f32
  • f64
  • i16
  • i32
  • i64
  • i8

Implementors

In edgedb_query

?
Change settings

Trait edgedb_query::ToEdgeScalar

source ·
pub trait ToEdgeScalar {
    fn scalar() -> String;
}

Required Methods§

source

fn scalar() -> String

returns the cast expression corresponding to the self struct

Implementations on Foreign Types§

source§

impl ToEdgeScalar for String

source§

fn scalar() -> String

source§

impl ToEdgeScalar for i8

source§

fn scalar() -> String

source§

impl ToEdgeScalar for i16

source§

fn scalar() -> String

source§

impl ToEdgeScalar for i32

source§

fn scalar() -> String

source§

impl ToEdgeScalar for i64

source§

fn scalar() -> String

source§

impl ToEdgeScalar for f32

source§

fn scalar() -> String

source§

impl ToEdgeScalar for f64

source§

fn scalar() -> String

source§

impl ToEdgeScalar for bool

source§

fn scalar() -> String

source§

impl ToEdgeScalar for Value

source§

fn scalar() -> String

source§

impl ToEdgeScalar for Uuid

source§

fn scalar() -> String

source§

impl ToEdgeScalar for DateTime<Utc>

source§

fn scalar() -> String

source§

impl ToEdgeScalar for DateTime<Local>

source§

fn scalar() -> String

source§

impl ToEdgeScalar for Duration

source§

fn scalar() -> String

source§

impl ToEdgeScalar for Date<Local>

source§

fn scalar() -> String

source§

impl ToEdgeScalar for NaiveTime

source§

fn scalar() -> String

source§

impl ToEdgeScalar for NaiveDate

source§

fn scalar() -> String

source§

impl ToEdgeScalar for ()

source§

fn scalar() -> String

source§

impl<T: ToEdgeScalar + Default> ToEdgeScalar for Vec<T>

source§

fn scalar() -> String

Implementors§