darkwing
0.5.0
Display
Anything
Required Methods
to_string
Implementations on Foreign Types
Option<String>
Option<usize>
Implementors
In darkwing::
server::
services::
browser_
profile_
services::
args
darkwing
::
server
::
services
::
browser_profile_services
::
args
Trait
DisplayAnything
Copy item path
source
trait DisplayAnything { // Required method fn
to_string
(&self) ->
String
; }
Required Methods
§
source
fn
to_string
(&self) ->
String
Implementations on Foreign Types
§
source
§
impl
DisplayAnything
for
Option
<
usize
>
source
§
fn
to_string
(&self) ->
String
source
§
impl
DisplayAnything
for
Option
<
String
>
source
§
fn
to_string
(&self) ->
String
Implementors
§
source
§
impl
DisplayAnything
for
Switch