Docs.rs
athena-cli-0.3.0
athena-cli 0.3.0
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
AndyHoang
Dependencies
anyhow ^1.0
normal
aws-config ^1.1.1
normal
aws-sdk-athena ^1.9.0
normal
aws-sdk-s3 ^1.9.0
normal
byte-unit ^5.1
normal
chrono ^0.4
normal
clap ^4.4
normal
config ^0.15
normal
console ^0.15
normal
dialoguer ^0.11
normal
directories ^6.0
normal
dirs ^6.0
normal
futures ^0.3
normal
humantime ^2.1
normal
humantime-serde ^1.1
normal
owo-colors ^4.0
normal
polars ^0.46
normal
prettytable-rs ^0.10
normal
serde ^1.0
normal
serde_json ^1.0
normal
tabled ^0.18
normal
tokio ^1.36
normal
toml ^0.8
normal
url ^2.4
normal
Versions
34.1%
of the crate is documented
Go to latest version
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
athena_
cli
0.3.0
Display
Value
Required Methods
to_display_value
Implementations on Foreign Types
&DateTime
&str
DateTime
Duration
String
i64
Implementors
In athena_
cli::
commands::
common
athena_cli
::
commands
::
common
Trait
DisplayValue
Copy item path
Source
pub trait DisplayValue { // Required method fn
to_display_value
(&self) ->
String
; }
Required Methods
§
Source
fn
to_display_value
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
DisplayValue
for &
str
Source
§
fn
to_display_value
(&self) ->
String
Source
§
impl
DisplayValue
for &
DateTime
Source
§
fn
to_display_value
(&self) ->
String
Source
§
impl
DisplayValue
for
i64
Source
§
fn
to_display_value
(&self) ->
String
Source
§
impl
DisplayValue
for
String
Source
§
fn
to_display_value
(&self) ->
String
Source
§
impl
DisplayValue
for
Duration
Source
§
fn
to_display_value
(&self) ->
String
Source
§
impl
DisplayValue
for
DateTime
Source
§
fn
to_display_value
(&self) ->
String
Implementors
§