athena_
cli
0.3.1
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
§